| Class | Description |
|---|---|
| AbstractProcessReader |
Ancestor for readers that read line from stdout/stderr of the provided
Process object. |
| CollectingProcessReader |
Reader for storing all content.
|
| ConsoleOutputProcessReader |
Just outputs the data to stdout/stderr.
|
| StreamingProcessReader |
Forwards the output from the process to the owning
StreamingProcessOwner
object, if appropriate. |
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.