| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.ssh.SSHData
public class SSHData
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData | 
|---|
BaseStepData.StepExecutionStatus | 
| Field Summary | |
|---|---|
 String | 
commands
 | 
 com.trilead.ssh2.Connection | 
conn
 | 
 int | 
indexOfCommand
 | 
 int | 
nrInputFields
 | 
 int | 
nrOutputFields
 | 
 org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta
 | 
 String | 
stdOutField
 | 
 String | 
stdTypeField
 | 
 boolean | 
wroteOneRow
 | 
| Constructor Summary | |
|---|---|
SSHData()
 | 
|
| Method Summary | 
|---|
| Methods inherited from class org.pentaho.di.trans.step.BaseStepData | 
|---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface | 
|---|
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus | 
| Field Detail | 
|---|
public int indexOfCommand
public com.trilead.ssh2.Connection conn
public boolean wroteOneRow
public String commands
public int nrInputFields
public int nrOutputFields
public String stdOutField
public String stdTypeField
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
| Constructor Detail | 
|---|
public SSHData()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||