Class ProcessResults.FileResults
java.lang.Object
net.sf.basedb.util.extensions.manager.ProcessResults.FileResults
- Enclosing class:
- ProcessResults
Scan results for a single XML or JAR file.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionA list of detailed messages, indicating the results of individual operation on this file.A short status message indicating the completed results on this file.long
getTime()
Get the time of the results as a millisecond value.boolean
hasError()
If there was an error in this file or not.
-
Field Details
-
xtFile
-
time
private final long time -
messages
-
hasError
boolean hasError -
status
String status
-
-
Constructor Details
-
FileResults
FileResults(ExtensionsFile xtFile, ProcessResults.FileResults old)
-
-
Method Details
-
getExtensionsFile
-
getTime
public long getTime()Get the time of the results as a millisecond value.- Since:
- 3.2.4
-
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
A short status message indicating the completed results on this file.- See Also:
-
getMessages
A list of detailed messages, indicating the results of individual operation on this file.
-