Execution |
Execution.arg(String argument) |
Builder-style method for adding an argument to arguments .
|
Execution |
Execution.env(String variable,
String value) |
Builder-style method for adding an environment variable to environmentVariables .
|
Execution |
Execution.setArguments(Vector<String> newArguments) |
Setter for arguments : Command line arguments.
|
Execution |
Execution.setEnvironmentVariables(LinkedHashMap<String,String> newEnvironmentVariables) |
Setter for environmentVariables : Environment variables.
|
Execution |
Execution.setError(StringBuffer newError) |
Setter for error : Text from stderr
|
Execution |
Execution.setExe(File newExe) |
Setter for exe : Executable file.
|
Execution |
Execution.setExe(String command) |
Setter for exe : Executable file.
|
Execution |
Execution.setInput(StringBuffer newInput) |
Setter for input : Text from stdout
|
Execution |
Execution.setProcess(Process newProcess) |
Setter for process : The executed process.
|
Execution |
Execution.setVerbose(boolean newVerbose) |
Setter for verbose : Whether to log verbose debug information to stdout or not.
|
Execution |
Execution.setWorkingDirectory(File newWorkingDirectory) |
Setter for workingDirectory : The working directory for execution, or null for
the current directory.
|