fable.framework.toolbox
Class StreamReaderThread

java.lang.Object
  extended by java.lang.Thread
      extended by fable.framework.toolbox.StreamReaderThread
All Implemented Interfaces:
java.lang.Runnable

public class StreamReaderThread
extends java.lang.Thread

class to create a thread and read from an InputStream used by the command line processor to read the output from a command

Author:
goetz, class created here by Gaelle

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
StreamReaderThread(java.io.InputStream in)
           
 
Method Summary
 void run()
          This method launches selected program in page with selected input file.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamReaderThread

public StreamReaderThread(java.io.InputStream in)
Method Detail

run

public void run()
This method launches selected program in page with selected input file.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread