Class ProcessResults.FileResults

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

    • xtFile

      private final ExtensionsFile xtFile
    • time

      private final long time
    • messages

      List<String> messages
    • hasError

      boolean hasError
    • status

      String status
  • Constructor Details

  • Method Details

    • getExtensionsFile

      public ExtensionsFile 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

      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.