static DefaultProcessExecutor |
DefaultProcessExecutor.forExecutable(java.lang.String executable) |
Factory method for associating an executable.
|
DefaultProcessExecutor |
DefaultProcessExecutor.send(java.lang.String string) |
Sends a string to the stdin of the running process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.start() |
Starts the external process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.waitForCompletion() |
Waits for the termination of the external process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.withArgument(java.lang.String argument) |
Adds a single argument to pass to the external process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.withArguments(java.lang.String... arguments) |
Adds some arguments to pass to the external process.
|