Interface JTextSourceLog

All Superinterfaces:
Iterable<JSourceMessage>, JMessageList
All Known Implementing Classes:
DefaultJTextSourceLog

public interface JTextSourceLog extends JMessageList
  • Method Details

    • getErrorCountAtLine

      int getErrorCountAtLine(int line)
    • getErrorCount

      int getErrorCount()
    • getWarningCount

      int getWarningCount()
    • clear

      Specified by:
      clear in interface JMessageList
    • copy

    • isSuccessful

      boolean isSuccessful()
    • toArray

      JSourceMessage[] toArray()
    • toList

      List<JSourceMessage> toList()
    • size

      int size()
    • print

      void print()
    • printFooter

      void printFooter()