| Package | Description |
|---|---|
| com.github.fracpete.processoutput4j.core.impl | |
| com.github.fracpete.processoutput4j.output | |
| com.github.fracpete.processoutput4j.reader |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PrefixedStreamingProcessOwner |
Simple class for streaming a process's stdout/stderr to this stdout,
but prefixing each line with the appropriate stdout/stderr prefix.
|
class |
SimpleStreamingProcessOwner |
Simple class for streaming a process's stdout/stderr to this stdout/stderr.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected StreamingProcessOwner |
StreamingProcessOutput.m_Owner |
the owner.
|
| Constructor | Description |
|---|---|
StreamingProcessOutput(StreamingProcessOwner owner) |
Initializes the process output with the specified owning object.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected StreamingProcessOwner |
StreamingProcessReader.m_Owner |
the owner.
|
| Constructor | Description |
|---|---|
StreamingProcessReader(StreamingProcessOwner owner,
boolean stdout) |
Initializes the reader.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.