| CommandLine |
CommandLine objects help handling command lines specifying processes to execute.
|
| DaemonExecutor.Builder |
Constructs a new builder.
|
| DefaultExecutor |
The default class to start a subprocess.
|
| DefaultExecutor.Builder |
|
| ExecuteException |
An exception indicating that the executing a subprocesses failed.
|
| ExecuteResultHandler |
The callback handlers for the result of asynchronous process execution.
|
| ExecuteStreamHandler |
Handles stream of subprocesses for Executors.
|
| ExecuteWatchdog |
Destroys a process running for too long.
|
| ExecuteWatchdog.Builder |
Builds ExecuteWatchdog instances.
|
| Executor |
The main abstraction to start an external process.
|
| ProcessDestroyer |
Destroys all registered Process after a certain event, typically when the VM exits.
|
| TimeoutObserver |
Interface for classes that want to be notified by Watchdog.
|
| Watchdog |
Generalization of ExecuteWatchdog.
|
| Watchdog.Builder |
Builds ExecuteWatchdog instances.
|