net.sf.basedb.clients.web.extensions
Class ScanResults.FileResults
java.lang.Object
net.sf.basedb.clients.web.extensions.ScanResults.FileResults
- Enclosing class:
- ScanResults
public static class ScanResults.FileResults
- extends Object
Scan results for a single XML or JAR file.
Method Summary |
List<String> |
getMessages()
A list of detailed messages, indicating the results of
individual operation on this file. |
String |
getStatus()
A short status message indicating the completed
results on this file. |
boolean |
hasError()
If there was an error in this file or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messages
List<String> messages
hasError
boolean hasError
status
String status
ScanResults.FileResults
public ScanResults.FileResults()
hasError
public boolean hasError()
- If there was an error in this file or not.
- Returns:
- TRUE if there was an error, FALSE if successful
getStatus
public String getStatus()
- A short status message indicating the completed
results on this file.
- See Also:
getMessages()
getMessages
public List<String> getMessages()
- A list of detailed messages, indicating the results of
individual operation on this file.