Uses of Interface
org.mmbase.util.externalprocess.IProgressMonitor

Packages that use IProgressMonitor
org.mmbase.util.externalprocess   
 

Uses of IProgressMonitor in org.mmbase.util.externalprocess
 

Classes in org.mmbase.util.externalprocess that implement IProgressMonitor
 class AbstractMonitor
          Basic implementation of IProgressMonitor that implements every method in the most straight forward or empty way.
 

Methods in org.mmbase.util.externalprocess with parameters of type IProgressMonitor
protected  void CommandLauncher.processStreams(ProcessClosure closure, OutputStream output, PipedInputStream inputPipe, OutputStream err, PipedInputStream errInPipe, IProgressMonitor monitor)
          process the Streams.while the external process returns bytes.
 void CommandLauncher.waitAndRead(OutputStream output, OutputStream err, IProgressMonitor monitor)
          Reads output from the external process to the streams.
 void CommandLauncher.waitAndWrite(InputStream in, OutputStream output, OutputStream err, IProgressMonitor monitor)
          Writes input to and reads output from the external process to the streams.
 



MMBase 2.0-SNAPSHOT - null