org.pentaho.di.trans.steps.loadfileinput
Class LoadFileInputData

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

public class LoadFileInputData
extends BaseStepData
implements StepDataInterface

Since:
21-06-2007
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 RowMetaInterface convertRowMeta
           
 String extension
           
 org.apache.commons.vfs.FileObject file
           
 String filecontent
           
 String filename
           
 int filenr
           
 FileInputList files
           
 long fileSize
           
 boolean hidden
           
 int indexOfFilenameField
           
 RowMetaInterface inputRowMeta
           
 boolean last_file
           
 String lastline
           
 Date lastModificationDateTime
           
 String nextline
           
 int nr_repeats
           
 int nrInputFields
           
 RowMetaInterface outputRowMeta
           
 String path
           
 Object[] previousRow
           
 Object[] readrow
           
 String rootUriName
           
 long rownr
           
 String shortFilename
           
 String thisline
           
 int totalpreviousfields
           
 String uriName
           
 
Constructor Summary
LoadFileInputData()
           
 
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

outputRowMeta

public RowMetaInterface outputRowMeta

convertRowMeta

public RowMetaInterface convertRowMeta

thisline

public String thisline

nextline

public String nextline

lastline

public String lastline

previousRow

public Object[] previousRow

nr_repeats

public int nr_repeats

files

public FileInputList files

last_file

public boolean last_file

file

public org.apache.commons.vfs.FileObject file

filenr

public int filenr

rownr

public long rownr

indexOfFilenameField

public int indexOfFilenameField

totalpreviousfields

public int totalpreviousfields

nrInputFields

public int nrInputFields

readrow

public Object[] readrow

filecontent

public String filecontent

fileSize

public long fileSize

inputRowMeta

public RowMetaInterface inputRowMeta

filename

public String filename

shortFilename

public String shortFilename

path

public String path

extension

public String extension

hidden

public boolean hidden

lastModificationDateTime

public Date lastModificationDateTime

uriName

public String uriName

rootUriName

public String rootUriName
Constructor Detail

LoadFileInputData

public LoadFileInputData()