Uses of Interface
org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
Packages that use ConnectorFactory
Package
Description
Provides a JGit
SshSessionFactory
implemented via Apache MINA
sshd.Service provider interfaces for connecting to an SSH agent.
-
Uses of ConnectorFactory in org.eclipse.jgit.internal.transport.sshd.agent
Fields in org.eclipse.jgit.internal.transport.sshd.agent declared as ConnectorFactoryModifier and TypeFieldDescriptionprivate final ConnectorFactory
JGitSshAgentFactory.factory
private static ConnectorFactory
ConnectorFactoryProvider.INSTANCE
Methods in org.eclipse.jgit.internal.transport.sshd.agent that return ConnectorFactoryModifier and TypeMethodDescriptionstatic ConnectorFactory
ConnectorFactoryProvider.getDefaultFactory()
Retrieves the currently set defaultConnectorFactory
.private static ConnectorFactory
ConnectorFactoryProvider.loadDefaultFactory()
Methods in org.eclipse.jgit.internal.transport.sshd.agent with parameters of type ConnectorFactoryModifier and TypeMethodDescriptionstatic void
ConnectorFactoryProvider.setDefaultFactory
(ConnectorFactory factory) Sets the defaultConnectorFactory
.Constructors in org.eclipse.jgit.internal.transport.sshd.agent with parameters of type ConnectorFactoryModifierConstructorDescriptionJGitSshAgentFactory
(ConnectorFactory factory, File homeDir) Creates a newJGitSshAgentFactory
. -
Uses of ConnectorFactory in org.eclipse.jgit.internal.transport.sshd.agent.connector
Classes in org.eclipse.jgit.internal.transport.sshd.agent.connector that implement ConnectorFactoryModifier and TypeClassDescriptionclass
AnConnectorFactory
for connecting to an OpenSSH SSH agent. -
Uses of ConnectorFactory in org.eclipse.jgit.transport.sshd
Fields in org.eclipse.jgit.transport.sshd declared as ConnectorFactoryModifier and TypeFieldDescription(package private) ConnectorFactory
SshdSessionFactoryBuilder.State.connectorFactory
Methods in org.eclipse.jgit.transport.sshd that return ConnectorFactoryModifier and TypeMethodDescriptionprotected ConnectorFactory
SshdSessionFactory.getConnectorFactory()
Gets aConnectorFactory
.protected ConnectorFactory
SshdSessionFactoryBuilder.State.SessionFactory.getConnectorFactory()
Methods in org.eclipse.jgit.transport.sshd with parameters of type ConnectorFactoryModifier and TypeMethodDescriptionSshdSessionFactoryBuilder.setConnectorFactory
(ConnectorFactory factory) Sets an explicitConnectorFactory
. -
Uses of ConnectorFactory in org.eclipse.jgit.transport.sshd.agent
Methods in org.eclipse.jgit.transport.sshd.agent that return ConnectorFactoryModifier and TypeMethodDescriptionstatic ConnectorFactory
ConnectorFactory.getDefault()
Retrieves the currently set defaultConnectorFactory
.Methods in org.eclipse.jgit.transport.sshd.agent with parameters of type ConnectorFactoryModifier and TypeMethodDescriptionstatic void
ConnectorFactory.setDefault
(ConnectorFactory factory) Sets a defaultConnectorFactory
.