Interface ILogParser

    • Method Detail

      • processLogFile

        default void processLogFile​(java.io.File logFile,
                                    ILogParseErrorListener listener)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • processLogFile

        void processLogFile​(java.io.Reader logFileReader,
                            ILogParseErrorListener listener)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • stopParsing

        void stopParsing()
      • reset

        void reset()
      • hasParseError

        boolean hasParseError()
      • getVMCommand

        java.lang.String getVMCommand()
      • discardParsedLogs

        void discardParsedLogs()