class CmdExecuter.OutThread
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description | 
|---|---|
| (package private) boolean | bProcessIsRunningSet 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> | outsOutput to write. | 
| (package private) java.io.BufferedReader | processOutOutput 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