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 ExecuteStreamHandlerProcessExecutor.streamsProcess 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 ProcessCloserProcessExecutor.newProcessCloser(ExecuteStreamHandler streams) private WaitForProcessProcessExecutor.startInternal(Process process, ProcessAttributes attributes, ExecuteStreamHandler streams, ByteArrayOutputStream out) ProcessExecutor.streams(ExecuteStreamHandler streams) Sets a stream handler for the process being executed.private voidProcessExecutor.validateStreams(ExecuteStreamHandler streams, boolean readOutput) Validates that ifreadOutputistruethe output could be read with the givenExecuteStreamHandlerinstance. -
Uses of ExecuteStreamHandler in org.zeroturnaround.exec.close
Fields in org.zeroturnaround.exec.close declared as ExecuteStreamHandlerModifier and TypeFieldDescriptionprotected final ExecuteStreamHandlerStandardProcessCloser.streamsConstructors 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 TypeClassDescriptionclassCopies standard output and error of subprocesses to standard output and error of the parent process.