Interface CONOEntry



  • public interface CONOEntry
    Value object holding data of one line of Console Output entry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getHasNL​()
      Get true if this CONO entry is supposed to be printed as one line; or false should be appended to next entry, until entry with EOL appears.
      long getSerialNr​()
      Get serial number (line number) of this entry.
      CONOSeverity getSeverity​()
      Get severity of this entry.
      java.lang.String getTextLine​()
      Get text message of this entry.
      java.util.Date getTimestamp​()
      Get time stamp of this entry.
    • Method Detail

      • getSerialNr

        long getSerialNr​()
        Get serial number (line number) of this entry.
        Returns:
        serial number
      • getTimestamp

        java.util.Date getTimestamp​()
        Get time stamp of this entry.
        Returns:
        time stamp
      • getSeverity

        CONOSeverity getSeverity​()
        Get severity of this entry.
        Returns:
        severity of the entry
      • getTextLine

        java.lang.String getTextLine​()
        Get text message of this entry.
        Returns:
        text message
      • getHasNL

        boolean getHasNL​()
        Get true if this CONO entry is supposed to be printed as one line; or false should be appended to next entry, until entry with EOL appears.
        Returns:
        if the text ends with new line character