Uses of Interface
org.apache.commons.exec.ExecuteStreamHandler
-
Uses of ExecuteStreamHandler in org.apache.commons.exec
Modifier and TypeClassDescriptionclass
Copies standard output and error of sub-processes to standard output and error of the parent process.Modifier and TypeMethodDescriptionDefaultExecutor.getStreamHandler()
Executor.getStreamHandler()
Gets the StreamHandler used for providing input and retrieving the output.Modifier and TypeMethodDescriptionDefaultExecutor.Builder.setExecuteStreamHandler
(ExecuteStreamHandler executeStreamHandler) Sets the PumpStreamHandler.void
DefaultExecutor.setStreamHandler
(ExecuteStreamHandler streamHandler) void
Executor.setStreamHandler
(ExecuteStreamHandler streamHandler) Sets a custom the StreamHandler used for providing input and retrieving the output.