Uses of Class
edu.rice.cs.util.StreamRedirectThread

Packages that use StreamRedirectThread
edu.rice.cs.util A collection of utility classes and packages. 
 

Uses of StreamRedirectThread in edu.rice.cs.util
 

Fields in edu.rice.cs.util declared as StreamRedirectThread
protected  StreamRedirectThread ProcessSequence._stdErrRedirector
          The redirector thread that moves stderr output from one process to the input of the next process.
protected  StreamRedirectThread ProcessSequence._stdOutRedirector
          The redirector thread that moves stdout output from one process to the input of the next process.
 

Fields in edu.rice.cs.util with type parameters of type StreamRedirectThread
protected  Set<StreamRedirectThread> ProcessChain._redirectors
          The redirector threads that move output (both stdout and stderr) from one process to the input of the next process.