public class GetFilesRowsCountData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
org.pentaho.di.core.row.RowMetaInterface | 
convertRowMeta  | 
org.apache.commons.vfs.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  | 
StringBuffer | 
lineStringBuffer  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta  | 
Object[] | 
previousRow  | 
Object[] | 
readrow  | 
long | 
rownr  | 
char | 
separator  | 
String | 
thisline  | 
int | 
totalpreviousfields  | 
| Constructor and Description | 
|---|
GetFilesRowsCountData()  | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic String thisline
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public Object[] previousRow
public org.pentaho.di.core.fileinput.FileInputList files
public boolean last_file
public org.apache.commons.vfs.FileObject file
public long filenr
public InputStream fr
public long rownr
public int fileFormatType
public StringBuffer lineStringBuffer
public int totalpreviousfields
public int indexOfFilenameField
public Object[] readrow
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public char separator
public boolean foundData