| Modifier and Type | Field and Description |
|---|---|
static OutputIgnore |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Done with it, can be destroyed.
|
boolean |
getDebug() |
void |
print(Object o)
Output a message without a newline.
|
void |
printDebug(Object o)
Output a debug error message if getDebug() is currently true.
|
void |
printError(Object o)
Output a message to error output
|
void |
println(Object o)
Output a message with a newline.
|
public static final OutputIgnore INSTANCE
public void print(Object o)
Outputpublic void println(Object o)
Outputpublic void printError(Object o)
OutputprintError in interface Outputo - the Object to outputpublic boolean getDebug()
public void printDebug(Object o)
OutputprintDebug in interface Outputo - the Object to outputCopyright © 2017. All rights reserved.