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 PumpStreamHandlerProcessExecutor.redirectErrorAlsoTo(PumpStreamHandler pumps, OutputStream output) Redirects the process' error stream also to a given output stream.private static PumpStreamHandlerProcessExecutor.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 PumpStreamHandlerProcessExecutor.redirectErrorAlsoTo(PumpStreamHandler pumps, OutputStream output) Redirects the process' error stream also to a given output stream.private static PumpStreamHandlerProcessExecutor.redirectOutputAlsoTo(PumpStreamHandler pumps, OutputStream output) Redirects the process' output stream also to a given output stream.