Package common.io

Helper classes for executing jobs and capturing the output.

See:
          Description

Interface Summary
ProcessExecutor.LineVisitor Interface defining a visitor that will be called with lines of text read from the process output.
ProcessExecutor.Visitor Interface defining a visitor that will be called with data read from the child process's output.
 

Class Summary
AtomicOutputStream An "atomic" output stream.
ProcessExecutor A class that encapsulates running a process and processing its streams.
ProcessExecutor.BufferingVisitor A visitor that just buffers the output of the process and makes it available for retrieval.
 

Enum Summary
ProcessExecutor.BufferingVisitor.Streams  
 

Package common.io Description

Helper classes for executing jobs and capturing the output.