wxtutils
Class commandExecutor

java.lang.Object
  extended bywxtutils.commandExecutor

public class commandExecutor
extends java.lang.Object

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

commandExecutor

public commandExecutor(java.lang.String comline,
                       boolean bWait,
                       reporter rep)
Method Detail

getReturnValue

public int getReturnValue()
Gets the returnValue achieved in this commandExecutor

Returns:
The returnValue value

doit

public void doit()
Main processing method for a commandExecutor object