|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatch.Display
class Display
Display toolkit class. Provides static methods for displaying information.
Constructor Summary | |
---|---|
Display()
|
Method Summary | |
---|---|
static cli.OutputDevice |
err()
CLI error device accessor. |
static void |
error(java.lang.String J_Error)
Display an error. |
static cli.OutputDevice |
out()
CLI output device accessor. |
static void |
printStackTrace(java.lang.Exception e)
Display the stack trace of an exception. |
static void |
showWarnings(boolean B_ShowWarnings)
Show warning configuration. |
static void |
warn(java.lang.String J_Warning)
Display a warning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Display()
Method Detail |
---|
public static cli.OutputDevice out()
public static cli.OutputDevice err()
public static void printStackTrace(java.lang.Exception e)
e
- Exception to print stack trace of.public static void showWarnings(boolean B_ShowWarnings)
B_ShowWarnings
- true if the warnings should be displayed, false if not.public static void warn(java.lang.String J_Warning)
J_Warning
- Warning message to display.public static void error(java.lang.String J_Error)
J_Error
- Error message to display.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |