| Interface | Description |
|---|---|
| CommandExecutorService |
This interface provides methods for running system processes or executing system commands.
|
| ExitStatus |
This interface provides a method to retrieve the exit status of a system command.
|
| Pid | |
| PrivilegedExecutorService |
This is a marker interface for the
CommandExecutorService. |
| Signal |
This interface provides a method to retrieve the signal to send to system commands or processes (i.e.
|
| UnprivilegedExecutorService |
This is a marker interface for the
CommandExecutorService. |
| Class | Description |
|---|---|
| Command |
The Command class includes the informations needed by the
CommandExecutorService to run a system command. |
| CommandStatus |
The CommandStatus object is returned by the
CommandExecutorService after the execution of a command. |