Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
OpenSshConfig.Host |
OpenSshConfig.lookup(String hostName)
Locate the configuration for a specific host request.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JschConfigSessionFactory.configure(OpenSshConfig.Host hc,
com.jcraft.jsch.Session session)
Provide additional configuration for the session based on the host
information.
|
protected com.jcraft.jsch.Session |
JschConfigSessionFactory.createSession(OpenSshConfig.Host hc,
String user,
String host,
int port,
FS fs)
Create a new remote session for the requested address.
|
protected com.jcraft.jsch.JSch |
JschConfigSessionFactory.getJSch(OpenSshConfig.Host hc,
FS fs)
Obtain the JSch used to create new sessions.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.