Public Methods | |
| ProcTool (String[] cmd) throws Exception | |
| String | getOutput () throws Exception |
| String | getError () throws Exception |
| OutputStream | getStdin () throws Exception |
| synchronized void | waitFor () throws Exception |
Public Attributes | |
| String[] | cmd = null |
| Process | process = null |
| BufferedReader | stdout = null |
| BufferedReader | stderr = null |
| PrintWriter | stdin = null |
| StringBuffer | sbout = new StringBuffer() |
| StringBuffer | sberr = new StringBuffer() |
| ReaderToBuffer | bo = null |
| ReaderToBuffer | be = null |
Private Methods | |
| synchronized void | start () throws Exception |
|
|
Definition at line 46 of file ProcTool.java. References sosc::ProcTool::cmd, and sosc::ProcTool::start(). |
|
|
Definition at line 62 of file ProcTool.java. References sosc::ReaderToBuffer::getBuffer(). |
|
|
Definition at line 54 of file ProcTool.java. References sosc::ReaderToBuffer::getBuffer(). |
|
|
Definition at line 70 of file ProcTool.java. References sosc::ProcTool::process. |
|
|
Definition at line 97 of file ProcTool.java. References sosc::ProcTool::cmd, sosc::ProcTool::process, sosc::ProcTool::stderr, sosc::ProcTool::stdin, and sosc::ProcTool::stdout. Referenced by sosc::ProcTool::ProcTool(). |
|
|
Definition at line 77 of file ProcTool.java. References sosc::ProcTool::process, sosc::ProcTool::stderr, sosc::ProcTool::stdin, and sosc::ProcTool::stdout. |
|
|
Definition at line 41 of file ProcTool.java. |
|
|
Definition at line 40 of file ProcTool.java. |
|
|
Definition at line 33 of file ProcTool.java. Referenced by sosc::ProcTool::ProcTool(), and sosc::ProcTool::start(). |
|
|
Definition at line 34 of file ProcTool.java. Referenced by sosc::ProcTool::getStdin(), sosc::ProcTool::start(), and sosc::ProcTool::waitFor(). |
|
|
Definition at line 39 of file ProcTool.java. |
|
|
Definition at line 38 of file ProcTool.java. |
|
|
Definition at line 36 of file ProcTool.java. Referenced by sosc::ProcTool::start(), and sosc::ProcTool::waitFor(). |
|
|
Definition at line 37 of file ProcTool.java. Referenced by sosc::ProcTool::start(), and sosc::ProcTool::waitFor(). |
|
|
Definition at line 35 of file ProcTool.java. Referenced by sosc::ProcTool::start(), and sosc::ProcTool::waitFor(). |
1.2.15