Class JGitTransportConfigCallback.SimpleSessionFactory
- java.lang.Object
-
- org.eclipse.jgit.transport.SshSessionFactory
-
- org.eclipse.jgit.transport.JschConfigSessionFactory
-
- org.apache.maven.scm.provider.git.jgit.command.JGitTransportConfigCallback.SimpleSessionFactory
-
- Direct Known Subclasses:
JGitTransportConfigCallback.PrivateKeySessionFactory
- Enclosing class:
- JGitTransportConfigCallback
private static class JGitTransportConfigCallback.SimpleSessionFactory extends org.eclipse.jgit.transport.JschConfigSessionFactory
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SimpleSessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure(org.eclipse.jgit.transport.OpenSshConfig.Host host, com.jcraft.jsch.Session session)
-
Methods inherited from class org.eclipse.jgit.transport.JschConfigSessionFactory
configureJSch, createDefaultJSch, createSession, getJSch, getSession, getType
-
-