Class SshSession
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.ssh.SshSession
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
execCommand
(String command) getErr()
getIn()
getOut()
void
ping()
void
waitForCondition
(int code, long timeout)
-
Field Details
-
myOwner
-
mySession
private com.trilead.ssh2.Session mySession
-
-
Constructor Details
-
SshSession
-
-
Method Details
-
close
public void close() -
getOut
-
getErr
-
getIn
-
getExitCode
-
getExitSignal
-
waitForCondition
public void waitForCondition(int code, long timeout) -
execCommand
- Throws:
IOException
-
ping
- Throws:
IOException
-