Uses of Interface
org.violetlib.util.SimpleReporter
-
Packages that use SimpleReporter Package Description org.violetlib.util -
-
Uses of SimpleReporter in org.violetlib.util
Classes in org.violetlib.util that implement SimpleReporter Modifier and Type Class and Description class
NullReporter
A reporter that discards the messages.Methods in org.violetlib.util that return SimpleReporter Modifier and Type Method and Description static SimpleReporter
SimpleReporter. sink()
Return an error reporter that discards all messages.
-