java.io.Serializablepublic class StreamingProcessOutput extends AbstractProcessOutput
StreamingProcessOwner object.| Modifier and Type | Field | Description |
|---|---|---|
protected StreamingProcessOwner |
m_Owner |
the owner.
|
m_Command, m_Environment, m_ExitCode, m_Process, m_ReaderStdErr, m_ReaderStdOut, m_RunnableTimeout, m_TimedOut, m_TimeOut| Constructor | Description |
|---|---|
StreamingProcessOutput(StreamingProcessOwner owner) |
Initializes the process output with the specified owning object.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractProcessReader |
configureStdErr() |
Configures the thread for stderr.
|
protected AbstractProcessReader |
configureStdOut() |
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 AbstractProcessReader configureStdErr()
configureStdErr in class AbstractProcessOutputprotected AbstractProcessReader configureStdOut()
configureStdOut in class AbstractProcessOutputCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.