public class StreamingProcessOutput extends AbstractProcessOutput
StreamingProcessOwner object.| Modifier and Type | Field and Description |
|---|---|
protected StreamingProcessOwner |
m_Owner
the owner.
|
m_Command, m_Environment, m_ExitCode, m_Process, m_TimedOut, m_TimeOut| Constructor and Description |
|---|
StreamingProcessOutput(StreamingProcessOwner owner)
Initializes the process output with the specified owning object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Thread |
configureStdErr(java.lang.Process process)
Configures the thread for stderr.
|
protected java.lang.Thread |
configureStdOut(java.lang.Process process)
Configures the thread for stdout.
|
configureTimeOutMonitor, destroy, getCommand, getEnvironment, getExitCode, getProcess, getTimeOut, hasSucceeded, hasTimedOut, initialize, monitor, monitor, monitor, monitor, monitor, setTimeOut, toStringprotected StreamingProcessOwner m_Owner
public StreamingProcessOutput(StreamingProcessOwner owner)
owner - the owning objectprotected java.lang.Thread configureStdErr(java.lang.Process process)
configureStdErr in class AbstractProcessOutputprocess - the process to monitorprotected java.lang.Thread configureStdOut(java.lang.Process process)
configureStdOut in class AbstractProcessOutputprocess - the process to monitorCopyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.