Uses of Interface
org.eclipse.jgit.transport.SshConfigStore
-
Packages that use SshConfigStore Package Description org.eclipse.jgit.internal.transport.ssh org.eclipse.jgit.internal.transport.sshd org.eclipse.jgit.transport.sshd -
-
Uses of SshConfigStore in org.eclipse.jgit.internal.transport.ssh
Classes in org.eclipse.jgit.internal.transport.ssh that implement SshConfigStore Modifier and Type Class Description classOpenSshConfigFileFairly complete configuration parser for the openssh ~/.ssh/config file. -
Uses of SshConfigStore in org.eclipse.jgit.internal.transport.sshd
Constructors in org.eclipse.jgit.internal.transport.sshd with parameters of type SshConfigStore Constructor Description JGitSshConfig(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 SshConfigStore Modifier and Type Method Description SshConfigStoreSshdSessionFactoryBuilder.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.
-