Class LoadFileInputData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.loadfileinput.LoadFileInputData
-
- All Implemented Interfaces:
StepDataInterface
public class LoadFileInputData extends BaseStepData implements StepDataInterface
- Since:
- 21-06-2007
- Author:
- Samatar
-
-
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
String
extension
org.apache.commons.vfs2.FileObject
file
byte[]
filecontent
String
filename
int
filenr
org.pentaho.di.core.fileinput.FileInputList
files
long
fileSize
boolean
hidden
int
indexOfFilenameField
org.pentaho.di.core.row.RowMetaInterface
inputRowMeta
boolean
last_file
String
lastline
Date
lastModificationDateTime
String
nextline
int
nr_repeats
int
nrInputFields
org.pentaho.di.core.row.RowMetaInterface
outputRowMeta
String
path
Object[]
previousRow
Object[]
readrow
String
rootUriName
long
rownr
String
shortFilename
String
thisline
int
totalpreviousfields
String
uriName
-
Constructor Summary
Constructors Constructor Description LoadFileInputData()
-
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
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
convertRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
-
thisline
public String thisline
-
nextline
public String nextline
-
lastline
public String lastline
-
previousRow
public Object[] previousRow
-
nr_repeats
public int nr_repeats
-
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 int filenr
-
rownr
public long rownr
-
indexOfFilenameField
public int indexOfFilenameField
-
totalpreviousfields
public int totalpreviousfields
-
nrInputFields
public int nrInputFields
-
readrow
public Object[] readrow
-
filecontent
public byte[] filecontent
-
fileSize
public long fileSize
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
-
filename
public String filename
-
shortFilename
public String shortFilename
-
path
public String path
-
extension
public String extension
-
hidden
public boolean hidden
-
lastModificationDateTime
public Date lastModificationDateTime
-
uriName
public String uriName
-
rootUriName
public String rootUriName
-
-