public class PropertyOutputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
org.apache.commons.vfs.FileObject |
file |
String |
filename |
int |
indexOfFieldfilename |
int |
indexOfKeyField |
int |
indexOfValueField |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
HashSet<String> |
KeySet |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
String |
previousFileName |
Properties |
pro |
| Constructor and Description |
|---|
PropertyOutputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public int indexOfKeyField
public int indexOfValueField
public int indexOfFieldfilename
public org.apache.commons.vfs.FileObject file
public String filename
public Properties pro
public String previousFileName