-
static interface
The error handling aspect of the process builder.
static interface
The output handling aspect of the process builder.
interface
A builder for creating, running, and performing I/O with subprocesses.
static interface
The input handling aspect of the process builder.
Set the arguments for this process execution.
Set the arguments for this process execution.
Set the working directory for this process execution.
Set the environment for this process execution, overriding the inherited environment.
Add a failure exit code checker.
Allow the given action to modify the environment of the subprocess.
Push the output of this process into the input of another process,
returning a new builder for that process.
Push the output of this process into the input of another process,
returning a new builder for that process.
Push the output of this process into the input of another process,
returning a new builder for that process.
Enable special quoting for batch scripts on Windows.
Set the while-running process handler.