| CommandLine |
CommandLine objects help handling command lines specifying processes to
execute.
|
| DefaultExecutor |
The default class to start a subprocess.
|
| ExecuteException |
An exception indicating that the executing a subprocesses failed.
|
| ExecuteResultHandler |
The callback handlers for the result of asynchronous process execution.
|
| ExecuteStreamHandler |
Used by Execute to handle input and output stream of
subprocesses.
|
| ExecuteWatchdog |
Destroys a process running for too long.
|
| 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
|