Class SshSession
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.ssh.SshSession
public class SshSession
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidexecCommand(java.lang.String command) java.io.InputStreamgetErr()java.lang.Integerjava.lang.Stringjava.io.OutputStreamgetIn()java.io.InputStreamgetOut()voidping()voidwaitForCondition(int code, long timeout) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myOwner
-
mySession
private com.trilead.ssh2.Session mySession
-
-
Constructor Details
-
SshSession
-
-
Method Details
-
close
public void close() -
getOut
public java.io.InputStream getOut() -
getErr
public java.io.InputStream getErr() -
getIn
public java.io.OutputStream getIn() -
getExitCode
public java.lang.Integer getExitCode() -
getExitSignal
public java.lang.String getExitSignal() -
waitForCondition
public void waitForCondition(int code, long timeout) -
execCommand
public void execCommand(java.lang.String command) throws java.io.IOException - Throws:
java.io.IOException
-
ping
public void ping() throws java.io.IOException- Throws:
java.io.IOException
-