org.pentaho.di.trans.steps.ssh
Class SessionResult

java.lang.Object
  extended by org.pentaho.di.trans.steps.ssh.SessionResult

public class SessionResult
extends Object


Constructor Summary
SessionResult(com.trilead.ssh2.Session session)
           
 
Method Summary
 String getStd()
           
 String getStdErr()
           
 String getStdOut()
           
 boolean isStdTypeErr()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionResult

public SessionResult(com.trilead.ssh2.Session session)
              throws KettleException
Throws:
KettleException
Method Detail

getStdErr

public String getStdErr()

getStd

public String getStd()

getStdOut

public String getStdOut()

isStdTypeErr

public boolean isStdTypeErr()