Uses of Interface
org.zeroturnaround.exec.stream.ExecuteStreamHandler
Packages that use ExecuteStreamHandler
Package
Description
-
Uses of ExecuteStreamHandler in org.zeroturnaround.exec
Fields in org.zeroturnaround.exec declared as ExecuteStreamHandlerModifier and TypeFieldDescriptionprivate ExecuteStreamHandler
ProcessExecutor.streams
Process stream Handler (copied from Commons Exec library).Methods in org.zeroturnaround.exec that return ExecuteStreamHandlerMethods in org.zeroturnaround.exec with parameters of type ExecuteStreamHandlerModifier and TypeMethodDescriptionprivate ProcessCloser
ProcessExecutor.newProcessCloser
(ExecuteStreamHandler streams) private WaitForProcess
ProcessExecutor.startInternal
(Process process, ProcessAttributes attributes, ExecuteStreamHandler streams, ByteArrayOutputStream out) ProcessExecutor.streams
(ExecuteStreamHandler streams) Sets a stream handler for the process being executed.private void
ProcessExecutor.validateStreams
(ExecuteStreamHandler streams, boolean readOutput) Validates that ifreadOutput
istrue
the output could be read with the givenExecuteStreamHandler
instance. -
Uses of ExecuteStreamHandler in org.zeroturnaround.exec.close
Fields in org.zeroturnaround.exec.close declared as ExecuteStreamHandlerModifier and TypeFieldDescriptionprotected final ExecuteStreamHandler
StandardProcessCloser.streams
Constructors in org.zeroturnaround.exec.close with parameters of type ExecuteStreamHandlerModifierConstructorDescriptionTimeoutProcessCloser
(ExecuteStreamHandler streams, long timeout, TimeUnit unit) Creates new instance ofTimeoutProcessCloser
. -
Uses of ExecuteStreamHandler in org.zeroturnaround.exec.stream
Classes in org.zeroturnaround.exec.stream that implement ExecuteStreamHandlerModifier and TypeClassDescriptionclass
Copies standard output and error of subprocesses to standard output and error of the parent process.