Class GetFileNamesData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.getfilenames.GetFileNamesData
-
- All Implemented Interfaces:
StepDataInterface
public class GetFileNamesData extends BaseStepData implements StepDataInterface
- Since:
- 22-jan-2005
- Author:
- Matt
-
-
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 SimpleDateFormatdafDateFormatSymbolsdafsFileErrorHandlerdataErrorLineHandlerDecimalFormatdfDecimalFormatSymbolsdfsbooleandoneReadingbooleandoneWithHeaderorg.apache.commons.vfs2.FileObjectfileStringfilenameintfilenrFilePlayListfilePlayListorg.pentaho.di.core.fileinput.FileInputListfilesintfilessizeintfooterLinesReadFileInputStreamfrintheaderLinesReadintindexOfExcludeWildcardFieldintindexOfFilenameFieldintindexOfWildcardFieldorg.pentaho.di.core.row.RowMetaInterfaceinputRowMetabooleanisLastFileInputStreamReaderisrList<String>lineBufferNumberFormatnfintnr_repeatsintnrLinesOnPageintnrStepFieldsorg.pentaho.di.core.row.RowMetaInterfaceoutputRowMetaintpageLinesReadObject[]previous_rowObject[]readrowlongrownrinttotalpreviousfieldsZipInputStreamzi
-
Constructor Summary
Constructors Constructor Description GetFileNamesData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDateFormatLenient(boolean lenient)-
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
-
previous_row
public Object[] previous_row
-
nr_repeats
public int nr_repeats
-
nrLinesOnPage
public int nrLinesOnPage
-
nf
public NumberFormat nf
-
df
public DecimalFormat df
-
dfs
public DecimalFormatSymbols dfs
-
daf
public SimpleDateFormat daf
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
dafs
public DateFormatSymbols dafs
-
files
public org.pentaho.di.core.fileinput.FileInputList files
-
isLastFile
public boolean isLastFile
-
filename
public String filename
-
filenr
public int filenr
-
filessize
public int filessize
-
fr
public FileInputStream fr
-
zi
public ZipInputStream zi
-
isr
public InputStreamReader isr
-
doneReading
public boolean doneReading
-
headerLinesRead
public int headerLinesRead
-
footerLinesRead
public int footerLinesRead
-
pageLinesRead
public int pageLinesRead
-
doneWithHeader
public boolean doneWithHeader
-
dataErrorLineHandler
public FileErrorHandler dataErrorLineHandler
-
filePlayList
public FilePlayList filePlayList
-
file
public org.apache.commons.vfs2.FileObject file
-
rownr
public long rownr
-
totalpreviousfields
public int totalpreviousfields
-
indexOfFilenameField
public int indexOfFilenameField
-
indexOfWildcardField
public int indexOfWildcardField
-
indexOfExcludeWildcardField
public int indexOfExcludeWildcardField
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
-
readrow
public Object[] readrow
-
nrStepFields
public int nrStepFields
-
-