Uses of Class
org.eclipse.jgit.internal.transport.ssh.OpenSshConfigFile.HostEntry
-
Packages that use OpenSshConfigFile.HostEntry Package Description org.eclipse.jgit.internal.transport.ssh org.eclipse.jgit.transport.ssh.jsch Provides a JGitSshSessionFactoryimplemented via JSch. -
-
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.HostEntry Modifier and Type Field Description (package private) java.util.List<OpenSshConfigFile.HostEntry>OpenSshConfigFile.State. entries(package private) java.util.Map<java.lang.String,OpenSshConfigFile.HostEntry>OpenSshConfigFile.State. hostsMethods in org.eclipse.jgit.internal.transport.ssh that return OpenSshConfigFile.HostEntry Modifier and Type Method Description OpenSshConfigFile.HostEntryOpenSshConfigFile. lookup(java.lang.String hostName, int port, java.lang.String userName)Locate the configuration for a specific host request.private OpenSshConfigFile.HostEntryOpenSshConfigFile. lookup(java.lang.String hostName, int port, java.lang.String userName, boolean fillDefaults)OpenSshConfigFile.HostEntryOpenSshConfigFile. lookupDefault(java.lang.String hostName, int port, java.lang.String userName)Methods in org.eclipse.jgit.internal.transport.ssh that return types with arguments of type OpenSshConfigFile.HostEntry Modifier and Type Method Description private java.util.List<OpenSshConfigFile.HostEntry>OpenSshConfigFile. parse(java.io.BufferedReader reader)Methods in org.eclipse.jgit.internal.transport.ssh with parameters of type OpenSshConfigFile.HostEntry Modifier and Type Method Description (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.HostEntry Modifier and Type Field Description private OpenSshConfigFile.HostEntryOpenSshConfig.Host. entryConstructors in org.eclipse.jgit.transport.ssh.jsch with parameters of type OpenSshConfigFile.HostEntry Constructor Description Host(OpenSshConfigFile.HostEntry entry, java.lang.String hostName, java.lang.String localUserName)
-