Uses of Class
org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
Packages that use OpenSshConfigFile.HostEntry
-
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) List<OpenSshConfigFile.HostEntry>OpenSshConfigFile.State.entries(package private) Map<String,OpenSshConfigFile.HostEntry> OpenSshConfigFile.State.hostsMethods in org.eclipse.jgit.internal.transport.ssh that return OpenSshConfigFile.HostEntryModifier and TypeMethodDescriptionLocate the configuration for a specific host request.private OpenSshConfigFile.HostEntryOpenSshConfigFile.lookupDefault(String hostName, int port, String userName) Methods in org.eclipse.jgit.internal.transport.ssh that return types with arguments of type OpenSshConfigFile.HostEntryModifier and TypeMethodDescriptionprivate List<OpenSshConfigFile.HostEntry>OpenSshConfigFile.parse(BufferedReader reader) Methods in org.eclipse.jgit.internal.transport.ssh with parameters of type OpenSshConfigFile.HostEntryModifier and TypeMethodDescription(package private) voidOpenSshConfigFile.HostEntry.merge(OpenSshConfigFile.HostEntry entry) -
Uses of OpenSshConfigFile.HostEntry in org.eclipse.jgit.transport.ssh.jsch
Fields in org.eclipse.jgit.transport.ssh.jsch declared as OpenSshConfigFile.HostEntryConstructors in org.eclipse.jgit.transport.ssh.jsch with parameters of type OpenSshConfigFile.HostEntryModifierConstructorDescription(package private)Host(OpenSshConfigFile.HostEntry entry, String hostName, String localUserName)