com.ptc.epm.commands.util
Class PrintHelper
java.lang.Object
com.ptc.epm.commands.util.PrintHelper
- public class PrintHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERBOSE
public static boolean VERBOSE
outputStream
private static PrintStream outputStream
errorStream
private static PrintStream errorStream
PrintHelper
public PrintHelper()
setOutputStream
public static void setOutputStream(PrintStream outputStream)
setErrorStream
public static void setErrorStream(PrintStream errorStream)
setVerbose
public static void setVerbose(boolean verbose)
print
public static void print(String string)
printDocs
public static void printDocs(Enumeration docs,
String title)
throws WTException
- Throws:
WTException
listResult
public static void listResult(QueryResult result)
listObj
public static void listObj(WTObject obj)