Class ProcessResults.FileResults

  • Enclosing class:
    ProcessResults

    public static class ProcessResults.FileResults
    extends Object
    Scan results for a single XML or JAR file.
    • Method Detail

      • 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.