| Package | Description |
|---|---|
| org.mmbase.util.externalprocess |
| Class and Description |
|---|
| CommandExecutor.Method |
| CommandExecutor.Type |
| IProgressMonitor
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. |
| ProcessClosure
ProcessClosure handles the reading of the stdout and stderr of a external
process.
|
| ProcessException
This excpetion is thrown when an external process failed.
|
| ProcessFactory
Process Factory creates a external process.
|
| StreamCopyThread
Thread which continuously reads from a input stream and pushes the read data
to an output stream which is immediately flushed afterwards.
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20