public class GetFileNamesData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus
Modifier and Type | Field and Description |
---|---|
SimpleDateFormat |
daf |
DateFormatSymbols |
dafs |
FileErrorHandler |
dataErrorLineHandler |
DecimalFormat |
df |
DecimalFormatSymbols |
dfs |
boolean |
doneReading |
boolean |
doneWithHeader |
org.apache.commons.vfs2.FileObject |
file |
String |
filename |
int |
filenr |
FilePlayList |
filePlayList |
FileInputList |
files |
int |
filessize |
int |
footerLinesRead |
FileInputStream |
fr |
int |
headerLinesRead |
int |
indexOfExcludeWildcardField |
int |
indexOfFilenameField |
int |
indexOfWildcardField |
RowMetaInterface |
inputRowMeta |
boolean |
isLastFile |
InputStreamReader |
isr |
List<String> |
lineBuffer |
NumberFormat |
nf |
int |
nr_repeats |
int |
nrLinesOnPage |
int |
nrStepFields |
RowMetaInterface |
outputRowMeta |
int |
pageLinesRead |
Object[] |
previous_row |
Object[] |
readrow |
long |
rownr |
int |
totalpreviousfields |
ZipInputStream |
zi |
Constructor and Description |
---|
GetFileNamesData() |
Modifier and Type | Method and Description |
---|---|
void |
setDateFormatLenient(boolean lenient) |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
public Object[] previous_row
public int nr_repeats
public int nrLinesOnPage
public NumberFormat nf
public DecimalFormat df
public DecimalFormatSymbols dfs
public SimpleDateFormat daf
public RowMetaInterface outputRowMeta
public DateFormatSymbols dafs
public FileInputList files
public boolean isLastFile
public String filename
public int filenr
public int filessize
public FileInputStream fr
public ZipInputStream zi
public InputStreamReader isr
public boolean doneReading
public int headerLinesRead
public int footerLinesRead
public int pageLinesRead
public boolean doneWithHeader
public FileErrorHandler dataErrorLineHandler
public FilePlayList filePlayList
public org.apache.commons.vfs2.FileObject file
public long rownr
public int totalpreviousfields
public int indexOfFilenameField
public int indexOfWildcardField
public int indexOfExcludeWildcardField
public RowMetaInterface inputRowMeta
public Object[] readrow
public int nrStepFields
Copyright © 2018 Hitachi Vantara. All rights reserved.