|
DBAbstract API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ro.raducora.utils.io.Write
| Field Summary | |
static boolean |
DEBUG
DEBUG Flag |
static boolean |
EXCEPTION
EXCEPTION Flag |
| Constructor Summary | |
Write()
|
|
| Method Summary | |
static void |
exception(java.lang.Exception exception)
Shortcut to write exception to error stream |
static void |
It(java.lang.String it)
Shortcut to write to console without new line |
static void |
Line(java.lang.String line)
Shortcut to write to console with new line |
static void |
setDebugStream(java.io.PrintStream out)
Set the debug stream |
static void |
setErrorStream(java.io.PrintStream err)
Set the error stream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static boolean DEBUG
DEBUG Flag
public static boolean EXCEPTION
EXCEPTION Flag
| Constructor Detail |
public Write()
| Method Detail |
public static void setErrorStream(java.io.PrintStream err)
err - The Error Stream to write exceptions topublic static void setDebugStream(java.io.PrintStream out)
out - The Debug Stream to write exceptions topublic static void Line(java.lang.String line)
line - string to be written to stdoutpublic static void It(java.lang.String it)
it - string to be written to stdoutpublic static void exception(java.lang.Exception exception)
exception - exception to be written to stderr
|
DBAbstract API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||