Uses of Interface
org.eclipse.jgit.transport.SshConfigStore.HostConfig
-
Packages that use SshConfigStore.HostConfig Package Description org.eclipse.jgit.internal.transport.ssh org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of SshConfigStore.HostConfig in org.eclipse.jgit.internal.transport.ssh
Classes in org.eclipse.jgit.internal.transport.ssh that implement SshConfigStore.HostConfig Modifier and Type Class Description static class
OpenSshConfigFile.HostEntry
A host entry from the ssh config file. -
Uses of SshConfigStore.HostConfig in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as SshConfigStore.HostConfig Modifier and Type Field Description static SshConfigStore.HostConfig
SshConfigStore. EMPTY_CONFIG
An emptySshConfigStore.HostConfig
.Methods in org.eclipse.jgit.transport that return SshConfigStore.HostConfig Modifier and Type Method Description SshConfigStore.HostConfig
SshConfigStore. lookup(java.lang.String hostName, int port, java.lang.String userName)
Locate the configuration for a specific host request.
-