class CmdExecuter.InThread
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bRunExec |
(package private) java.io.BufferedWriter |
processIn
Output or ErrorOutput from process.
|
(package private) java.io.BufferedReader |
userInput
Output to write.
|
Constructor and Description |
---|
InThread() |
Modifier and Type | Method and Description |
---|---|
void |
run()
Output or ErrorOutput from process.
|