org.pentaho.di.trans.steps.filestoresult
Class FilesToResultData

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

public class FilesToResultData
extends BaseStepData
implements StepDataInterface

Since:
26-may-2006
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 int filenameIndex
           
 List<ResultFile> filenames
           
 RowMetaInterface outputRowMeta
           
 
Constructor Summary
FilesToResultData()
           
 
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

filenames

public List<ResultFile> filenames

filenameIndex

public int filenameIndex

outputRowMeta

public RowMetaInterface outputRowMeta
Constructor Detail

FilesToResultData

public FilesToResultData()