static CommandFunctions.ProcessState |
CommandFunctions.callAndWait(java.lang.String command) |
Calls command and blocks until it is complete
|
static CommandFunctions.ProcessState |
CommandFunctions.callAndWait(java.lang.String name,
java.lang.String command) |
Calls command and blocks until it is complete
|
static CommandFunctions.ProcessState |
CommandFunctions.callAndWait(java.lang.String name,
java.lang.String command,
long timeout) |
Calls command and blocks until it is complete
|
static CommandFunctions.ProcessState |
CommandFunctions.callAndWait(java.lang.String name,
java.lang.String command,
long timeout,
java.util.HashMap<java.lang.String,java.lang.String> environment) |
Calls command and blocks until it is complete
|
static CommandFunctions.ProcessState |
CommandFunctions.callAndWait(java.lang.String name,
java.lang.String command,
long timeout,
java.util.HashMap<java.lang.String,java.lang.String> environment,
boolean fail_on_err) |
Calls command and blocks until it is complete
|
CommandFunctions.ProcessState |
CommandInstance.execute(java.lang.String[] args) |
|
CommandFunctions.ProcessState |
CommandInterpreter.execute(java.lang.String[] args) |
Executes a process, similar to main , but runs as an instance, and returns the elapsed
time in milliseconds.
|
static CommandFunctions.ProcessState |
CommandFunctions.getProcessState(int exitVal) |
Returns the ProcessState corresponding to the system exit value.
|
static CommandFunctions.ProcessState |
CommandFunctions.ProcessState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CommandFunctions.ProcessState[] |
CommandFunctions.ProcessState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|