Uses of Interface
org.eclipse.jgit.transport.sshd.SshdSessionFactoryBuilder.ConfigStoreFactory
-
Packages that use SshdSessionFactoryBuilder.ConfigStoreFactory Package Description org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactory
implemented via Apache MINA sshd. -
-
Uses of SshdSessionFactoryBuilder.ConfigStoreFactory in org.eclipse.jgit.transport.sshd
Fields in org.eclipse.jgit.transport.sshd declared as SshdSessionFactoryBuilder.ConfigStoreFactory Modifier and Type Field Description (package private) SshdSessionFactoryBuilder.ConfigStoreFactory
SshdSessionFactoryBuilder.State. configFactory
Methods in org.eclipse.jgit.transport.sshd with parameters of type SshdSessionFactoryBuilder.ConfigStoreFactory Modifier and Type Method Description SshdSessionFactoryBuilder
SshdSessionFactoryBuilder. setConfigStoreFactory(SshdSessionFactoryBuilder.ConfigStoreFactory factory)
Sets a factory for theSshConfigStore
to use.
-