public interface SshConfigStore
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SshConfigStore.HostConfig
A host entry from the ssh config.
|
| Modifier and Type | Field and Description |
|---|---|
static SshConfigStore.HostConfig |
EMPTY_CONFIG
An empty
SshConfigStore.HostConfig. |
| Modifier and Type | Method and Description |
|---|---|
SshConfigStore.HostConfig |
lookup(String hostName,
int port,
String userName)
Locate the configuration for a specific host request.
|
static final SshConfigStore.HostConfig EMPTY_CONFIG
SshConfigStore.HostConfig.@NonNull SshConfigStore.HostConfig lookup(@NonNull String hostName, int port, String userName)
hostName - to look upport - the user supplied; <= 0 if noneuserName - the user supplied, may be null or empty if none givenCopyright © 2020 Eclipse JGit Project. All rights reserved.