org.mmbase.util.externalprocess |
|
Java Source File Name | Type | Comment |
CommandLauncher.java | Class | |
EnvironmentReader.java | Class | Reader for importing the OS Environment properties into java. |
IProgressMonitor.java | Interface | The IProgressMonitor interface is implemented
by objects that monitor the progress of a external process;
the methods in this interface are invoked by code that performs the external
process handling.
A request to cancel the external process can be signaled using the
setCanceled method. |
ProcessClosure.java | Class | ProcessClosure handles the reading of the stdout and stderr of a external
process. |
ProcessException.java | Class | This excpetion is thrown when an external process failed. |
ProcessFactory.java | Class | Process Factory creates a external process. |
StreamCopyThread.java | Class | Thread which continuously reads from a input stream and pushes the read data
to an output stream which is immediately flushed afterwards. |