| Interface | Description | 
|---|---|
| ShellTool | Methods for executing things in an environment (localhost process, or ssh) | 
| SshAbstractTool.SshAction<T> | |
| SshTool | Defines the methods available on the various different implementations of SSH,
 and configuration options which are also generally available. | 
| Class | Description | 
|---|---|
| BackoffLimitedRetryHandler | Allow replayable request to be retried a limited number of times, and impose an exponential back-off
 delay before returning. | 
| ShellAbstractTool | |
| SshAbstractTool | |
| SshAbstractTool.AbstractSshToolBuilder<T extends SshTool,B extends SshAbstractTool.AbstractSshToolBuilder<T,B>> | 
| Exception | Description | 
|---|---|
| SshException |