Class GetFilesRowsCountData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- 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
Fields Modifier and Type Field Description org.pentaho.di.core.row.RowMetaInterface
convertRowMeta
org.apache.commons.vfs2.FileObject
file
int
fileFormatType
long
filenr
org.pentaho.di.core.fileinput.FileInputList
files
boolean
foundData
InputStream
fr
int
indexOfFilenameField
org.pentaho.di.core.row.RowMetaInterface
inputRowMeta
boolean
last_file
StringBuilder
lineStringBuilder
org.pentaho.di.core.row.RowMetaInterface
outputRowMeta
Object[]
previousRow
Object[]
readrow
long
rownr
char
separator
String
thisline
int
totalpreviousfields
-
Constructor Summary
Constructors Constructor Description 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
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 Detail
-
thisline
public String thisline
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
-
previousRow
public Object[] 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
public InputStream fr
-
rownr
public long rownr
-
fileFormatType
public int fileFormatType
-
lineStringBuilder
public StringBuilder lineStringBuilder
-
totalpreviousfields
public int totalpreviousfields
-
indexOfFilenameField
public int indexOfFilenameField
-
readrow
public Object[] readrow
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
-
separator
public char separator
-
foundData
public boolean foundData
-
-