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 TypeClassDescriptionclassCopies 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 ExecuteStreamHandlerDefaultExecutor.Builder.executeStreamHandlerError stream handler.private ExecuteStreamHandlerDefaultExecutor.executeStreamHandlerTaking care of output and error stream.Methods in org.apache.commons.exec that return ExecuteStreamHandlerModifier and TypeMethodDescription(package private) ExecuteStreamHandlerDefaultExecutor.Builder.getExecuteStreamHandler()DefaultExecutor.getStreamHandler()Executor.getStreamHandler()Gets the StreamHandler used for providing input and retrieving the output.Methods in org.apache.commons.exec with parameters of type ExecuteStreamHandlerModifier and TypeMethodDescriptionprivate intDefaultExecutor.executeInternal(CommandLine command, Map<String, String> environment, Path workingDirectory, ExecuteStreamHandler streams) Execute an internal process.DefaultExecutor.Builder.setExecuteStreamHandler(ExecuteStreamHandler executeStreamHandler) Sets the PumpStreamHandler.voidDefaultExecutor.setStreamHandler(ExecuteStreamHandler streamHandler) voidExecutor.setStreamHandler(ExecuteStreamHandler streamHandler) Sets a custom the StreamHandler used for providing input and retrieving the output.private voidDefaultExecutor.setStreams(ExecuteStreamHandler streams, Process process)