public class YamlInputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
org.apache.commons.vfs2.FileObject |
file |
int |
filenr |
org.pentaho.di.core.fileinput.FileInputList |
files
The YAML files to read
|
int |
indexOfYamlField |
int |
nrInputFields |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
readrow |
org.pentaho.di.core.row.RowMetaInterface |
rowMeta |
long |
rownr |
int |
totalOutFields |
int |
totalOutStreamFields |
int |
totalPreviousFields |
YamlReader |
yaml |
Constructor and Description |
---|
YamlInputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public int nrInputFields
public Object[] readrow
public int totalPreviousFields
public int totalOutFields
public int totalOutStreamFields
public org.pentaho.di.core.fileinput.FileInputList files
public org.apache.commons.vfs2.FileObject file
public int filenr
public long rownr
public int indexOfYamlField
public YamlReader yaml
public org.pentaho.di.core.row.RowMetaInterface rowMeta