| Package | Description |
|---|---|
| com.github.fracpete.processoutput4j.output | |
| com.github.fracpete.processoutput4j.reader |
| Modifier and Type | Field | Description |
|---|---|---|
protected AbstractProcessRunnable |
AbstractProcessOutput.m_RunnableTimeout |
for monitoring timeouts.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractProcessRunnable |
AbstractProcessOutput.configureTimeOutMonitor() |
Configures the runnable for watching for time outs.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractProcessReader |
Ancestor for readers that read line from stdout/stderr of the provided
Process object. |
class |
CollectingProcessReader |
Reader for storing all content.
|
class |
ConsoleOutputProcessReader |
Just outputs the data to stdout/stderr.
|
class |
StreamingProcessReader |
Forwards the output from the process to the owning
StreamingProcessOwner
object, if appropriate. |
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.