PrefixedStreamingProcessOwner, SimpleStreamingProcessOwnerpublic interface StreamingProcessOwner
StreamingProcessOutput.| 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.
|
StreamingProcessOutputType getOutputType()
void processOutput(java.lang.String line,
boolean stdout)
line - the line to processstdout - whether stdout or stderrCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.