public class GetSubFoldersData 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 |
int |
filessize |
int |
indexOfFoldernameField |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
boolean |
isLastFile |
int |
nrStepFields |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
previous_row |
Object[] |
readrow |
long |
rownr |
int |
totalpreviousfields |
Constructor and Description |
---|
GetSubFoldersData() |
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 Object[] previous_row
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.fileinput.FileInputList files
public boolean isLastFile
public int filenr
public int filessize
public org.apache.commons.vfs2.FileObject file
public long rownr
public int totalpreviousfields
public int indexOfFoldernameField
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public Object[] readrow
public int nrStepFields