3.1.2: 2012-07-31

net.sf.basedb.util.extensions.manager
Class ProcessResults.FileResults

java.lang.Object
  extended by net.sf.basedb.util.extensions.manager.ProcessResults.FileResults
Enclosing class:
ProcessResults

public static class ProcessResults.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
           
private  ExtensionsFile xtFile
           
 
Constructor Summary
ProcessResults.FileResults(ExtensionsFile xtFile)
           
 
Method Summary
 ExtensionsFile getExtensionsFile()
           
 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

xtFile

private final ExtensionsFile xtFile

messages

List<String> messages

hasError

boolean hasError

status

String status
Constructor Detail

ProcessResults.FileResults

ProcessResults.FileResults(ExtensionsFile xtFile)
Method Detail

getExtensionsFile

public ExtensionsFile getExtensionsFile()

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.


3.1.2: 2012-07-31