Uses of Interface
org.apache.commons.exec.ExecuteStreamHandler
Packages that use ExecuteStreamHandler
-
Uses of ExecuteStreamHandler in org.apache.commons.exec
Classes in org.apache.commons.exec that implement ExecuteStreamHandlerModifier and TypeClassDescriptionclass
Copies standard output and error of sub-processes to standard output and error of the parent process.Fields in org.apache.commons.exec declared as ExecuteStreamHandlerModifier and TypeFieldDescriptionprivate ExecuteStreamHandler
DefaultExecutor.streamHandler
taking care of output and error streamMethods in org.apache.commons.exec that return ExecuteStreamHandlerModifier and TypeMethodDescriptionDefaultExecutor.getStreamHandler()
Executor.getStreamHandler()
Get the StreamHandler used for providing input and retrieving the output.Methods in org.apache.commons.exec with parameters of type ExecuteStreamHandlerModifier and TypeMethodDescriptionprivate int
DefaultExecutor.executeInternal
(CommandLine command, Map<String, String> environment, File dir, ExecuteStreamHandler streams) Execute an internal process.void
DefaultExecutor.setStreamHandler
(ExecuteStreamHandler streamHandler) void
Executor.setStreamHandler
(ExecuteStreamHandler streamHandler) Set a custom the StreamHandler used for providing input and retrieving the output.