2.17.2: 2011-06-17

net.sf.basedb.clients.web.extensions
Class ScanResults.FileResults

java.lang.Object
  extended by 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.


Field Summary
(package private)  boolean hasError
           
(package private)  List<String> messages
           
(package private)  String status
           
 
Constructor Summary
ScanResults.FileResults()
           
 
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
 

Field Detail

messages

List<String> messages

hasError

boolean hasError

status

String status
Constructor Detail

ScanResults.FileResults

public ScanResults.FileResults()
Method Detail

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.


2.17.2: 2011-06-17