This web site requires JavaScript for proper operation. JavaScript is disabled on your browser.
packages...
org.violetlib.io
org.violetlib.test
org.violetlib.util
classes...
VUtils – Release 1
Interface org.violetlib.util .MessageReporter
Deprecated: Show Hide
classes...
enum constants...
fields...
static methods...
constructors...
methods...
properties...
Modifier and Type
Static Method and Description
sink
Return a message reporter that discards all messages.
Return a message reporter that discards all messages.
string
Return a message reporter that collects messages in a 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.
Modifier and Type
Method and Description
info
abstract void
info (String message)
Report information.
void info (String message)
Report information.
Parameters: message
- The message.