public class BaseFileInputStepData extends BaseStepData
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description | 
|---|---|
org.pentaho.di.core.row.RowMetaInterface | 
convertRowMeta  | 
int | 
currentFileIndex  | 
Object[] | 
currentPassThruFieldsRow  | 
FileErrorHandler | 
dataErrorLineHandler  | 
String | 
extension  | 
org.apache.commons.vfs2.FileObject | 
file  | 
String | 
filename
Current file info. 
 | 
org.pentaho.di.core.fileinput.FileInputList | 
files
Files for process. 
 | 
boolean | 
hidden  | 
Date | 
lastModificationDateTime  | 
int | 
nr_repeats  | 
int | 
nrPassThruFields  | 
org.pentaho.di.core.row.RowMetaInterface | 
outputRowMeta  | 
HashMap<org.apache.commons.vfs2.FileObject,Object[]> | 
passThruFields  | 
String | 
path  | 
IBaseFileInputReader | 
reader
Reader for current file. 
 | 
Map<String,Boolean> | 
rejectedFiles  | 
String | 
rootUriName  | 
String | 
shortFilename
File-dependent data for fill additional fields. 
 | 
Long | 
size  | 
String | 
uriName  | 
| Constructor and Description | 
|---|
BaseFileInputStepData()  | 
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatuspublic FileErrorHandler dataErrorLineHandler
public org.pentaho.di.core.fileinput.FileInputList files
public String filename
public int currentFileIndex
public org.apache.commons.vfs2.FileObject file
public IBaseFileInputReader reader
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public Object[] currentPassThruFieldsRow
public int nrPassThruFields
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public int nr_repeats
public String shortFilename
public String path
public String extension
public boolean hidden
public Date lastModificationDateTime
public String uriName
public String rootUriName
public Long size