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 ConnectorFactoryJGitSshAgentFactory.factoryprivate static ConnectorFactoryConnectorFactoryProvider.INSTANCEMethods in org.eclipse.jgit.internal.transport.sshd.agent that return ConnectorFactoryModifier and TypeMethodDescriptionstatic ConnectorFactoryConnectorFactoryProvider.getDefaultFactory()Retrieves the currently set defaultConnectorFactory.private static ConnectorFactoryConnectorFactoryProvider.loadDefaultFactory()Methods in org.eclipse.jgit.internal.transport.sshd.agent with parameters of type ConnectorFactoryModifier and TypeMethodDescriptionstatic voidConnectorFactoryProvider.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 TypeClassDescriptionclassAnConnectorFactoryfor 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) ConnectorFactorySshdSessionFactoryBuilder.State.connectorFactoryMethods in org.eclipse.jgit.transport.sshd that return ConnectorFactoryModifier and TypeMethodDescriptionprotected ConnectorFactorySshdSessionFactory.getConnectorFactory()Gets aConnectorFactory.protected ConnectorFactorySshdSessionFactoryBuilder.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 ConnectorFactoryConnectorFactory.getDefault()Retrieves the currently set defaultConnectorFactory.Methods in org.eclipse.jgit.transport.sshd.agent with parameters of type ConnectorFactoryModifier and TypeMethodDescriptionstatic voidConnectorFactory.setDefault(ConnectorFactory factory) Sets a defaultConnectorFactory.