StreamingProcessOwnerpublic class SimpleStreamingProcessOwner extends java.lang.Object implements StreamingProcessOwner
| Constructor | Description |
|---|---|
SimpleStreamingProcessOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
StreamingProcessOutputType |
getOutputType() |
Returns what output from the process to forward.
|
void |
processOutput(java.lang.String line,
boolean stdout) |
Processes the incoming line.
|
public StreamingProcessOutputType getOutputType()
getOutputType in interface StreamingProcessOwnerpublic void processOutput(java.lang.String line,
boolean stdout)
processOutput in interface StreamingProcessOwnerline - the line to processstdout - whether stdout or stderrCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.