com.ptc.wvs.server.util
Class RunReader

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.ptc.wvs.server.util.RunReader
All Implemented Interfaces:
Runnable

public class RunReader
extends Thread


Field Summary
private  InputStream in
           
private  boolean printOutput
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RunReader(InputStream in, boolean printOutput)
           
 
Method Summary
static void createRunReader(InputStream in, boolean printOutput)
           
static void createRunReader(Process p, boolean printOutput)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

in

private InputStream in

printOutput

private boolean printOutput
Constructor Detail

RunReader

public RunReader(InputStream in,
                 boolean printOutput)
Method Detail

createRunReader

public static void createRunReader(Process p,
                                   boolean printOutput)

createRunReader

public static void createRunReader(InputStream in,
                                   boolean printOutput)

run

public void run()