UnixExec |
UnixExec.addOutput(java.lang.String rootDir,
java.lang.String file,
java.lang.String deployType) |
Add an output file.
|
UnixExec |
UnixExec.command(java.lang.String command) |
Sets the operating system command to be executed.
|
UnixExec |
UnixExec.error(java.lang.String file) |
Redirects the stderr for the process to a file.
|
UnixExec |
UnixExec.errorEncoding(java.lang.String errorEncoding) |
Sets the file encoding of the error file to be generated.
|
UnixExec |
UnixExec.file(java.lang.String file) |
Set a file as the source file for this command.
|
UnixExec |
UnixExec.input(java.lang.String file) |
Redirects the stdin for the process to a file.
|
UnixExec |
UnixExec.mergeErrors(boolean merge) |
Sets whether stderr should be redirected to stdout.
|
UnixExec |
UnixExec.options(java.util.List<java.lang.String> options) |
Sets the arguments to be passed to the command.
|
UnixExec |
UnixExec.output(java.lang.String file) |
Redirects the stdout for the process to a file.
|
UnixExec |
UnixExec.outputEncoding(java.lang.String outputEncoding) |
Sets the file encoding of the output file to be generated.
|
UnixExec |
UnixExec.timeout(long timeout,
java.util.concurrent.TimeUnit timeUnit) |
Sets the timeout and time unit.
|
UnixExec |
UnixExec.workingDirectory(java.lang.String directory) |
Sets the working directory for the executing process.
|