| Package | Description |
|---|---|
| com.github.fracpete.processoutput4j.output | |
| com.github.fracpete.processoutput4j.reader |
| Modifier and Type | Field | Description |
|---|---|---|
protected AbstractProcessReader |
AbstractProcessOutput.m_ReaderStdErr |
for monitoring stderr.
|
protected AbstractProcessReader |
AbstractProcessOutput.m_ReaderStdOut |
for monitoring stdout.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract AbstractProcessReader |
AbstractProcessOutput.configureStdErr() |
Configures the reader for stderr.
|
protected AbstractProcessReader |
CollectingProcessOutput.configureStdErr() |
Configures the reader for stderr.
|
protected AbstractProcessReader |
ConsoleOutputProcessOutput.configureStdErr() |
Configures the thread for stderr.
|
protected AbstractProcessReader |
StreamingProcessOutput.configureStdErr() |
Configures the thread for stderr.
|
protected abstract AbstractProcessReader |
AbstractProcessOutput.configureStdOut() |
Configures the reader for stdout.
|
protected AbstractProcessReader |
CollectingProcessOutput.configureStdOut() |
Configures the reader for stdout.
|
protected AbstractProcessReader |
ConsoleOutputProcessOutput.configureStdOut() |
Configures the thread for stdout.
|
protected AbstractProcessReader |
StreamingProcessOutput.configureStdOut() |
Configures the thread for stdout.
|
| Modifier and Type | Class | Description |
|---|---|---|
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.