| Package | Description |
|---|---|
| org.mmbase.util.externalprocess |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMonitor
Basic implementation of
IProgressMonitor that implements every method in the most
straight forward or empty way. |
| Modifier and Type | Method and Description |
|---|---|
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 1.9-SNAPSHOT - ${javadoctimestamp}