|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecuteStreamHandler | |
---|---|
org.apache.commons.exec |
Uses of ExecuteStreamHandler in org.apache.commons.exec |
---|
Classes in org.apache.commons.exec that implement ExecuteStreamHandler | |
---|---|
class |
PumpStreamHandler
Copies standard output and error of subprocesses to standard output and error of the parent process. |
Methods in org.apache.commons.exec that return ExecuteStreamHandler | |
---|---|
ExecuteStreamHandler |
Executor.getStreamHandler()
Get the StreamHandler used for providing input and retrieving the output. |
ExecuteStreamHandler |
DefaultExecutor.getStreamHandler()
|
Methods in org.apache.commons.exec with parameters of type ExecuteStreamHandler | |
---|---|
void |
Executor.setStreamHandler(ExecuteStreamHandler streamHandler)
Set a custom the StreamHandler used for providing input and retrieving the output. |
void |
DefaultExecutor.setStreamHandler(ExecuteStreamHandler streamHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |