edu.iu.iv.common.util.binaryexecutable
Class BinaryExecutableRunner

java.lang.Object
  |
  +--edu.iu.iv.common.util.SystemCommandRunner
        |
        +--edu.iu.iv.common.util.binaryexecutable.BinaryExecutableRunner

public class BinaryExecutableRunner
extends SystemCommandRunner

Author:
Shashikant

Constructor Summary
BinaryExecutableRunner()
           
 
Method Summary
 void run(java.lang.String cmd)
           
 void run(java.lang.String cmd, java.util.List params)
           
 void run(java.lang.String cmd, java.lang.String[] params)
           
 
Methods inherited from class edu.iu.iv.common.util.SystemCommandRunner
setPrintErrors, setPrintOutput
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryExecutableRunner

public BinaryExecutableRunner()
Method Detail

run

public void run(java.lang.String cmd)
         throws java.io.IOException,
                java.lang.NullPointerException,
                java.lang.InterruptedException
Overrides:
run in class SystemCommandRunner
java.io.IOException
java.lang.NullPointerException
java.lang.InterruptedException

run

public void run(java.lang.String cmd,
                java.util.List params)
         throws java.io.IOException,
                java.lang.InterruptedException,
                java.lang.NullPointerException
java.io.IOException
java.lang.InterruptedException
java.lang.NullPointerException

run

public void run(java.lang.String cmd,
                java.lang.String[] params)
         throws java.io.IOException,
                java.lang.InterruptedException,
                java.lang.NullPointerException
java.io.IOException
java.lang.InterruptedException
java.lang.NullPointerException