Uses of Interface
org.eclipse.jgit.transport.sshd.agent.ConnectorFactory
-
Packages that use ConnectorFactory Package Description org.eclipse.jgit.internal.transport.sshd.agent org.eclipse.jgit.internal.transport.sshd.agent.connector org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactoryimplemented via Apache MINA sshd.org.eclipse.jgit.transport.sshd.agent 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 ConnectorFactory Modifier and Type Field Description private ConnectorFactoryJGitSshAgentFactory. factoryprivate static ConnectorFactoryConnectorFactoryProvider. INSTANCEMethods in org.eclipse.jgit.internal.transport.sshd.agent that return ConnectorFactory Modifier and Type Method Description static ConnectorFactoryConnectorFactoryProvider. getDefaultFactory()Retrieves the currently set defaultConnectorFactory.private static ConnectorFactoryConnectorFactoryProvider. loadDefaultFactory()Methods in org.eclipse.jgit.internal.transport.sshd.agent with parameters of type ConnectorFactory Modifier and Type Method Description static voidConnectorFactoryProvider. setDefaultFactory(ConnectorFactory factory)Sets the defaultConnectorFactory.Constructors in org.eclipse.jgit.internal.transport.sshd.agent with parameters of type ConnectorFactory Constructor Description JGitSshAgentFactory(ConnectorFactory factory, java.io.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 ConnectorFactory Modifier and Type Class Description classFactoryAnConnectorFactoryfor connecting to an OpenSSH SSH agent. -
Uses of ConnectorFactory in org.eclipse.jgit.transport.sshd
Fields in org.eclipse.jgit.transport.sshd declared as ConnectorFactory Modifier and Type Field Description (package private) ConnectorFactorySshdSessionFactoryBuilder.State. connectorFactoryMethods in org.eclipse.jgit.transport.sshd that return ConnectorFactory Modifier and Type Method Description protected ConnectorFactorySshdSessionFactory. getConnectorFactory()Gets aConnectorFactory.protected ConnectorFactorySshdSessionFactoryBuilder.State.SessionFactory. getConnectorFactory()Methods in org.eclipse.jgit.transport.sshd with parameters of type ConnectorFactory Modifier and Type Method Description SshdSessionFactoryBuilderSshdSessionFactoryBuilder. 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 ConnectorFactory Modifier and Type Method Description static ConnectorFactoryConnectorFactory. getDefault()Retrieves the currently set defaultConnectorFactory.Methods in org.eclipse.jgit.transport.sshd.agent with parameters of type ConnectorFactory Modifier and Type Method Description static voidConnectorFactory. setDefault(ConnectorFactory factory)Sets a defaultConnectorFactory.
-