class CmdExecuter.OutThread
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bProcessIsRunning
Set to true before a process is started, set to false if the process has finished.
|
private boolean |
isOutThread |
(package private) java.util.List<java.lang.Appendable> |
outs
Output to write.
|
(package private) java.io.BufferedReader |
processOut
Output or ErrorOutput from process.
|
(package private) char |
state |
Constructor and Description |
---|
OutThread(boolean isOutThread) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
java.io.BufferedReader processOut
java.util.List<java.lang.Appendable> outs
private final boolean isOutThread
char state
boolean bProcessIsRunning