public interface StreamingProcessOwner
StreamingProcessOutput.| Modifier and Type | Method and 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 © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.