wxtutils
Class commandRunner

java.lang.Object
  extended bywxtutils.commandRunner

public class commandRunner
extends java.lang.Object

Runs a program with exec, awaits new process finnish


Constructor Summary
commandRunner()
           
 
Method Summary
 int getReturnValue()
          Gets the returnValue attribute of the CommandRunner object
 void run(java.lang.String[] args)
          Main processing method for a CommandRunner object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

commandRunner

public commandRunner()
Method Detail

getReturnValue

public int getReturnValue()
Gets the returnValue attribute of the CommandRunner object

Returns:
The returnValue value

run

public void run(java.lang.String[] args)
Main processing method for a CommandRunner object

Parameters:
args - Description of the Parameter