Class GetFilesRowsCountData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.getfilesrowscount.GetFilesRowsCountData
- All Implemented Interfaces:
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
-
Constructor Summary
-
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
clone, equals, finalize, 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 Details
-
thisline
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta -
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta -
previousRow
-
files
public org.pentaho.di.core.fileinput.FileInputList files -
last_file
public boolean last_file -
file
public org.apache.commons.vfs2.FileObject file -
filenr
public long filenr -
fr
-
rownr
public long rownr -
fileFormatType
public int fileFormatType -
lineStringBuilder
-
totalpreviousfields
public int totalpreviousfields -
indexOfFilenameField
public int indexOfFilenameField -
readrow
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta -
separator
public char separator -
foundData
public boolean foundData
-
-
Constructor Details
-
GetFilesRowsCountData
public GetFilesRowsCountData()
-