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
Fields in org.eclipse.jgit.internal.transport.sshd declared as SshConfigStore Modifier and Type Field Description private SshConfigStoreJGitSshConfig. configFileConstructors 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(java.io.File homeDir, java.io.File configFile, java.lang.String localUserName)Creates aSshConfigStore.protected SshConfigStoreSshdSessionFactory. createSshConfigStore(java.io.File homeDir, java.io.File configFile, java.lang.String localUserName)Obtains aSshConfigStore, ornullif not SSH config is to be used.protected SshConfigStoreSshdSessionFactoryBuilder.State.SessionFactory. createSshConfigStore(java.io.File homeDir, java.io.File configFile, java.lang.String localUserName)
-