public abstract class AbstractDebugObject extends java.lang.Object implements DebugObject
Modifier | Constructor and Description |
---|---|
protected |
AbstractDebugObject() |
protected |
AbstractDebugObject(DebugConsole console) |
Modifier and Type | Method and Description |
---|---|
protected void |
error(java.lang.String message,
java.lang.Exception e) |
DebugConsole |
getDebugConsole() |
protected void |
notice(java.lang.String message) |
protected void |
notice(java.lang.String format,
java.lang.Object... args) |
protected void |
print(java.lang.String message) |
protected void |
print(java.lang.String format,
java.lang.Object... args) |
protected void |
put(java.lang.String message) |
protected void |
put(java.lang.String format,
java.lang.Object... args) |
protected void |
tab() |
protected void |
untab() |
protected void |
warning(java.lang.String message) |
protected void |
warning(java.lang.String format,
java.lang.Object... args) |
protected AbstractDebugObject()
protected AbstractDebugObject(DebugConsole console)
protected final void tab()
protected final void untab()
protected final void put(java.lang.String message)
protected final void put(java.lang.String format, java.lang.Object... args)
protected final void print(java.lang.String message)
protected final void print(java.lang.String format, java.lang.Object... args)
protected final void notice(java.lang.String message)
protected final void notice(java.lang.String format, java.lang.Object... args)
protected final void warning(java.lang.String message)
protected final void warning(java.lang.String format, java.lang.Object... args)
protected final void error(java.lang.String message, java.lang.Exception e)
public final DebugConsole getDebugConsole()
getDebugConsole
in interface DebugObject