org.pentaho.di.trans.steps.getsubfolders
Class GetSubFoldersData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.getsubfolders.GetSubFoldersData
All Implemented Interfaces:
StepDataInterface

public class GetSubFoldersData
extends BaseStepData
implements StepDataInterface

Since:
18-July-2008
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 org.apache.commons.vfs.FileObject file
           
 int filenr
           
 FileInputList files
           
 int filessize
           
 int indexOfFoldernameField
           
 RowMetaInterface inputRowMeta
           
 boolean isLastFile
           
 int nrStepFields
           
 RowMetaInterface outputRowMeta
           
 Object[] previous_row
           
 Object[] readrow
           
 long rownr
           
 int totalpreviousfields
           
 
Constructor Summary
GetSubFoldersData()
           
 
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

previous_row

public Object[] previous_row

outputRowMeta

public RowMetaInterface outputRowMeta

files

public FileInputList files

isLastFile

public boolean isLastFile

filenr

public int filenr

filessize

public int filessize

file

public org.apache.commons.vfs.FileObject file

rownr

public long rownr

totalpreviousfields

public int totalpreviousfields

indexOfFoldernameField

public int indexOfFoldernameField

inputRowMeta

public RowMetaInterface inputRowMeta

readrow

public Object[] readrow

nrStepFields

public int nrStepFields
Constructor Detail

GetSubFoldersData

public GetSubFoldersData()