Uses of Class
org.zeroturnaround.exec.stream.PumpStreamHandler
Packages that use PumpStreamHandler
-
Uses of PumpStreamHandler in org.zeroturnaround.exec
Methods in org.zeroturnaround.exec that return PumpStreamHandlerModifier and TypeMethodDescriptionProcessExecutor.pumps()
private static PumpStreamHandler
ProcessExecutor.redirectErrorAlsoTo
(PumpStreamHandler pumps, OutputStream output) Redirects the process' error stream also to a given output stream.private static PumpStreamHandler
ProcessExecutor.redirectOutputAlsoTo
(PumpStreamHandler pumps, OutputStream output) Redirects the process' output stream also to a given output stream.Methods in org.zeroturnaround.exec with parameters of type PumpStreamHandlerModifier and TypeMethodDescriptionprivate static PumpStreamHandler
ProcessExecutor.redirectErrorAlsoTo
(PumpStreamHandler pumps, OutputStream output) Redirects the process' error stream also to a given output stream.private static PumpStreamHandler
ProcessExecutor.redirectOutputAlsoTo
(PumpStreamHandler pumps, OutputStream output) Redirects the process' output stream also to a given output stream.