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
Methods in org.eclipse.jgit.internal.transport.sshd.agent that return ConnectorFactoryModifier and TypeMethodDescriptionstatic ConnectorFactoryConnectorFactoryProvider.getDefaultFactory()Retrieves the currently set defaultConnectorFactory.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.transport.sshd
Methods in org.eclipse.jgit.transport.sshd that return ConnectorFactoryModifier and TypeMethodDescriptionprotected ConnectorFactorySshdSessionFactory.getConnectorFactory()Gets aConnectorFactory.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.