public interface ConfigRepository
JSch.setConfigRepository(ConfigRepository).| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConfigRepository.Config
A configuration for connections to a remote host name (or alias).
|
| Modifier and Type | Field and Description |
|---|---|
static ConfigRepository.Config |
defaultConfig
|
static ConfigRepository |
nullConfig
A dummy ConfigRepository, where each host has an empty configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigRepository.Config |
getConfig(String host)
Returns the configuration for a specific host name (or host name alias).
|
static final ConfigRepository.Config defaultConfig
static final ConfigRepository nullConfig
ConfigRepository.Config getConfig(String host)
host - The host name. Can also be "", which are default settings used for some of the properties.This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.