Uses of Interface
org.apache.commons.exec.ExecuteStreamHandler
-
Packages that use ExecuteStreamHandler Package Description org.apache.commons.exec -
-
Uses of ExecuteStreamHandler in org.apache.commons.exec
Classes in org.apache.commons.exec that implement ExecuteStreamHandler Modifier and Type Class Description classPumpStreamHandlerCopies standard output and error of sub-processes to standard output and error of the parent process.Methods in org.apache.commons.exec that return ExecuteStreamHandler Modifier and Type Method Description ExecuteStreamHandlerDefaultExecutor. getStreamHandler()ExecuteStreamHandlerExecutor. getStreamHandler()Get the StreamHandler used for providing input and retrieving the output.Methods in org.apache.commons.exec with parameters of type ExecuteStreamHandler Modifier and Type Method Description voidDefaultExecutor. setStreamHandler(ExecuteStreamHandler streamHandler)voidExecutor. setStreamHandler(ExecuteStreamHandler streamHandler)Set a custom the StreamHandler used for providing input and retrieving the output.
-