lapisx.util
Class Exec

java.lang.Object
  extended bylapisx.util.Exec

public abstract class Exec
extends Object


Field Summary
static Debug debug
           
 
Constructor Summary
Exec()
           
 
Method Summary
static Process exec(String[] cmdarray)
           
static Process exec(String[] cmdarray, String[] envp)
           
static Process exec(String[] cmdarray, String[] envp, File directory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static Debug debug
Constructor Detail

Exec

public Exec()
Method Detail

exec

public static Process exec(String[] cmdarray)
                    throws IOException
Throws:
IOException

exec

public static Process exec(String[] cmdarray,
                           String[] envp)
                    throws IOException
Throws:
IOException

exec

public static Process exec(String[] cmdarray,
                           String[] envp,
                           File directory)
                    throws IOException
Throws:
IOException