Uses of Interface
org.apache.commons.exec.ExecuteStreamHandler
-
Packages that use ExecuteStreamHandler Package Description org.apache.commons.exec The main Apache Commons Exec package. -
-
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.Fields in org.apache.commons.exec declared as ExecuteStreamHandler Modifier and Type Field Description private ExecuteStreamHandlerDefaultExecutor.Builder. executeStreamHandlerError stream handler.private ExecuteStreamHandlerDefaultExecutor. executeStreamHandlerTaking care of output and error stream.Methods in org.apache.commons.exec that return ExecuteStreamHandler Modifier and Type Method Description (package private) ExecuteStreamHandlerDefaultExecutor.Builder. getExecuteStreamHandler()ExecuteStreamHandlerDefaultExecutor. getStreamHandler()ExecuteStreamHandlerExecutor. getStreamHandler()Gets 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 private intDefaultExecutor. executeInternal(CommandLine command, java.util.Map<java.lang.String,java.lang.String> environment, java.nio.file.Path workingDirectory, ExecuteStreamHandler streams)Execute an internal process.TDefaultExecutor.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, java.lang.Process process)
-