Class ConsoleOutputAnalyzerPanel.ConsoleOutputEntry

    • Field Detail

      • m_LineNo

        protected int m_LineNo
        the line number of this entry in the output.
      • m_Raw

        protected String m_Raw
        the raw content.
      • m_Origin

        protected String m_Origin
        the origin, e.g., path to actor.
      • m_Type

        protected String m_Type
        the type of output (ERR/OUT/DEBUG).
      • m_Timestamp

        protected String m_Timestamp
        the timestamp.
      • m_Output

        protected String m_Output
        the actual output.
    • Constructor Detail

      • ConsoleOutputEntry

        public ConsoleOutputEntry​(int lineNo,
                                  String raw)
        Initializes the entry with the given line from the console output.
        Parameters:
        lineNo - the line number
        raw - the content to parse
    • Method Detail

      • parse

        protected void parse()
        Parses the raw content.
      • getLineNo

        public int getLineNo()
        Returns the line number of this entry.
        Returns:
        the line number
      • getRaw

        public String getRaw()
        Returns the raw content.
        Returns:
        the content
      • getOrigin

        public String getOrigin()
        Returns the origin of the output.
        Returns:
        the origin
      • getType

        public String getType()
        Returns the output type (ERR/OUT/DEBUG).
        Returns:
        the type
      • getTimestamp

        public String getTimestamp()
        Returns the timestamp.
        Returns:
        the timestamp
      • getOutput

        public String getOutput()
        Returns the actual output.
        Returns:
        the output
      • compareTo

        public int compareTo​(ConsoleOutputAnalyzerPanel.ConsoleOutputEntry o)
        Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
        Specified by:
        compareTo in interface Comparable<ConsoleOutputAnalyzerPanel.ConsoleOutputEntry>
        Parameters:
        o - the object to be compared.
        Returns:
        a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
      • toString

        public String toString()
        Returns the raw content.
        Overrides:
        toString in class Object
        Returns:
        the content