Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VUtils – Release 1
Interface org.violetlib.util.MessageReporter
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.util

Interface MessageReporter

  • All Known Subinterfaces:
    SimpleReporter
    All Known Implementing Classes:
    NullReporter, StringMessageReporter
    public interface MessageReporter
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator sink Reveal DetailHide Detail
      static MessageReporter sink()
      Return a message reporter that discards all messages.
      static MessageReporter sink()
      Return a message reporter that discards all messages.
      Ordinary member indicator string Reveal DetailHide Detail
      static StringMessageReporter string()
      Return a message reporter that collects messages in a String.
      static StringMessageReporter string()
      Return a message reporter that collects messages in a String. Messages are separated by newlines. Use the messages method to obtain the available messages.
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator info Reveal DetailHide Detail
      abstract void info(String message)
      Report information.
      void info(String message)
      Report information.
      Parameters:
      message - The message.