Class SshSession
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.ssh.SshSession
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidexecCommand(String command) getErr()getIn()getOut()voidping()voidwaitForCondition(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
-