public class GitSshdSessionFactory.SshdSession
extends java.lang.Object
implements org.eclipse.jgit.transport.RemoteSession
| Constructor and Description |
|---|
GitSshdSessionFactory.SshdSession(org.eclipse.jgit.transport.URIish uri,
org.eclipse.jgit.transport.CredentialsProvider credentialsProvider,
org.eclipse.jgit.util.FS fs,
int tms) |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect() |
java.lang.Process |
exec(java.lang.String commandName,
int timeout) |
public GitSshdSessionFactory.SshdSession(org.eclipse.jgit.transport.URIish uri,
org.eclipse.jgit.transport.CredentialsProvider credentialsProvider,
org.eclipse.jgit.util.FS fs,
int tms)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic java.lang.Process exec(java.lang.String commandName,
int timeout)
throws java.io.IOException
exec in interface org.eclipse.jgit.transport.RemoteSessionjava.io.IOExceptionpublic void disconnect()
disconnect in interface org.eclipse.jgit.transport.RemoteSessionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.