org.pentaho.di.trans.steps.getfilesrowscount
Class GetFilesRowsCountData

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

public class GetFilesRowsCountData
extends BaseStepData
implements StepDataInterface

Since:
06-Sept-2007
Author:
Samatar Hassan

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 RowMetaInterface convertRowMeta
           
 org.apache.commons.vfs.FileObject file
           
 int fileFormatType
           
 long filenr
           
 FileInputList files
           
 InputStream fr
           
 int indexOfFilenameField
           
 RowMetaInterface inputRowMeta
           
 boolean last_file
           
 StringBuffer lineStringBuffer
           
 RowMetaInterface outputRowMeta
           
 Object[] previousRow
           
 Object[] readrow
           
 long rownr
           
 char separator
           
 String thisline
           
 int totalpreviousfields
           
 
Constructor Summary
GetFilesRowsCountData()
           
 
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

thisline

public String thisline

outputRowMeta

public RowMetaInterface outputRowMeta

convertRowMeta

public RowMetaInterface convertRowMeta

previousRow

public Object[] previousRow

files

public FileInputList files

last_file

public boolean last_file

file

public org.apache.commons.vfs.FileObject file

filenr

public long filenr

fr

public InputStream fr

rownr

public long rownr

fileFormatType

public int fileFormatType

lineStringBuffer

public StringBuffer lineStringBuffer

totalpreviousfields

public int totalpreviousfields

indexOfFilenameField

public int indexOfFilenameField

readrow

public Object[] readrow

inputRowMeta

public RowMetaInterface inputRowMeta

separator

public char separator
Constructor Detail

GetFilesRowsCountData

public GetFilesRowsCountData()