com.uwyn.rife.tools
Class ExecUtils
java.lang.Object
com.uwyn.rife.tools.ExecUtils
public abstract class ExecUtils
- extends Object
|
Method Summary |
static Process |
exec(String command)
|
static Process |
exec(String[] commands,
long interval,
long timeout)
|
static Process |
exec(String[] commands,
String[] envp)
|
static Process |
exec(String[] commands,
String[] envp,
long interval,
long timeout)
|
static Process |
exec(String command,
long interval,
long timeout)
|
static Process |
exec(String command,
String[] envp)
|
static Process |
exec(String command,
String[] envp,
long interval,
long timeout)
|
static void |
outputSystemProperties()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecUtils
public ExecUtils()
exec
public static Process exec(String command)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
exec
public static Process exec(String command,
String[] envp)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
exec
public static Process exec(String[] commands,
String[] envp)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
exec
public static Process exec(String command,
long interval,
long timeout)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
exec
public static Process exec(String[] commands,
long interval,
long timeout)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
exec
public static Process exec(String command,
String[] envp,
long interval,
long timeout)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
exec
public static Process exec(String[] commands,
String[] envp,
long interval,
long timeout)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
outputSystemProperties
public static void outputSystemProperties()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.