Uses of Interface
org.zeroturnaround.exec.close.ProcessCloser
Packages that use ProcessCloser
-
Uses of ProcessCloser in org.zeroturnaround.exec
Fields in org.zeroturnaround.exec declared as ProcessCloserModifier and TypeFieldDescriptionprivate final ProcessCloser
WaitForProcess.closer
Helper for closing the process' standard streams.Methods in org.zeroturnaround.exec that return ProcessCloserModifier and TypeMethodDescriptionprivate ProcessCloser
ProcessExecutor.newProcessCloser
(ExecuteStreamHandler streams) Constructors in org.zeroturnaround.exec with parameters of type ProcessCloserModifierConstructorDescriptionWaitForProcess
(Process process, ProcessAttributes attributes, ProcessStopper stopper, ProcessCloser closer, ByteArrayOutputStream out, ProcessListener listener, MessageLogger messageLogger) -
Uses of ProcessCloser in org.zeroturnaround.exec.close
Classes in org.zeroturnaround.exec.close that implement ProcessCloserModifier and TypeClassDescriptionclass
StopsExecuteStreamHandler
from pumping the streams and closes them.class
Same asStandardProcessCloser
but only waits fixed period for the closing.