lapisx.util
Class Exec
java.lang.Object
lapisx.util.Exec
- public abstract class Exec
- extends Object
Constructor Summary |
Exec()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static Debug debug
Exec
public Exec()
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