|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwxtutils.commandExecutor
Runs a program with exec, waits for this new process to finnish Routes output from the new process to mainthreads output
Constructor Summary | |
commandExecutor(java.lang.String comline,
boolean bWait,
reporter rep)
|
Method Summary | |
void |
doit()
Main processing method for a commandExecutor object |
int |
getReturnValue()
Gets the returnValue achieved in this commandExecutor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public commandExecutor(java.lang.String comline, boolean bWait, reporter rep)
Method Detail |
public int getReturnValue()
public void doit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |