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 TypeClassDescriptionclass
Fairly 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 newJGitSshConfig
that 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 SshConfigStore
SshdSessionFactory.createSshConfigStore
(File homeDir, File configFile, String localUserName) Obtains aSshConfigStore
, ornull
if not SSH config is to be used.protected SshConfigStore
SshdSessionFactoryBuilder.State.SessionFactory.createSshConfigStore
(File homeDir, File configFile, String localUserName)