Package | Description |
---|---|
org.apache.commons.exec |
Modifier and Type | Class | Description |
---|---|---|
class |
PumpStreamHandler |
Copies standard output and error of sub-processes to standard output and error
of the parent process.
|
Modifier and Type | Method | Description |
---|---|---|
ExecuteStreamHandler |
DefaultExecutor.getStreamHandler() |
|
ExecuteStreamHandler |
Executor.getStreamHandler() |
Get the StreamHandler used for providing input and
retrieving the output.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultExecutor.setStreamHandler(ExecuteStreamHandler streamHandler) |
|
void |
Executor.setStreamHandler(ExecuteStreamHandler streamHandler) |
Set a custom the StreamHandler used for providing
input and retrieving the output.
|