VUtils – Release 1
Uses of Interface org.violetlib.util.MessageReporter
-
-
-
Modifier and Type |
Interface and Description |
interface |
SimpleReporter
A simple interface for reporting errors and information.
|
Modifier and Type |
Class and Description |
class |
NullReporter
A reporter that discards the messages.
|
class |
StringMessageReporter
A message reporter that collects messages in a String.
|
Modifier and Type |
Method and Description |
static MessageReporter |
MessageReporter.sink()
Return a message reporter that discards all messages.
|