Uses of Interface
org.eclipse.jgit.transport.SshConfigStore
Packages that use SshConfigStore
-
Uses of SshConfigStore in org.eclipse.jgit.internal.transport.ssh
Classes in org.eclipse.jgit.internal.transport.ssh that implement SshConfigStoreModifier and TypeClassDescriptionclassFairly complete configuration parser for the openssh ~/.ssh/config file. -
Uses of SshConfigStore in org.eclipse.jgit.internal.transport.sshd
Fields in org.eclipse.jgit.internal.transport.sshd declared as SshConfigStoreConstructors in org.eclipse.jgit.internal.transport.sshd with parameters of type SshConfigStoreModifierConstructorDescriptionJGitSshConfig(SshConfigStore store) Creates a newJGitSshConfigthat will read the config from the givenSshConfigStore. -
Uses of SshConfigStore in org.eclipse.jgit.transport.sshd
Methods in org.eclipse.jgit.transport.sshd that return SshConfigStoreModifier and TypeMethodDescriptionSshdSessionFactoryBuilder.ConfigStoreFactory.create(File homeDir, File configFile, String localUserName) Creates aSshConfigStore.protected SshConfigStoreSshdSessionFactory.createSshConfigStore(File homeDir, File configFile, String localUserName) Obtains aSshConfigStore, ornullif not SSH config is to be used.protected SshConfigStoreSshdSessionFactoryBuilder.State.SessionFactory.createSshConfigStore(File homeDir, File configFile, String localUserName)