Uses of Class
org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
Packages that use OpenSshConfigFile.HostEntry
Package
Description
Transport (fetch/push) for different protocols.
-
Uses of OpenSshConfigFile.HostEntry in org.eclipse.jgit.internal.transport.ssh
Fields in org.eclipse.jgit.internal.transport.ssh with type parameters of type OpenSshConfigFile.HostEntryModifier and TypeFieldDescription(package private) Map
<String, OpenSshConfigFile.HostEntry> OpenSshConfigFile.State.entries
(package private) Map
<String, OpenSshConfigFile.HostEntry> OpenSshConfigFile.State.hosts
Methods in org.eclipse.jgit.internal.transport.ssh that return OpenSshConfigFile.HostEntryModifier and TypeMethodDescriptionLocate the configuration for a specific host request.Methods in org.eclipse.jgit.internal.transport.ssh that return types with arguments of type OpenSshConfigFile.HostEntryModifier and TypeMethodDescriptionprivate Map
<String, OpenSshConfigFile.HostEntry> OpenSshConfigFile.parse
(BufferedReader reader) Methods in org.eclipse.jgit.internal.transport.ssh with parameters of type OpenSshConfigFile.HostEntryModifier and TypeMethodDescription(package private) void
OpenSshConfigFile.HostEntry.merge
(OpenSshConfigFile.HostEntry entry) -
Uses of OpenSshConfigFile.HostEntry in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as OpenSshConfigFile.HostEntryConstructors in org.eclipse.jgit.transport with parameters of type OpenSshConfigFile.HostEntryModifierConstructorDescription(package private)
Host
(OpenSshConfigFile.HostEntry entry, String hostName, String localUserName)