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
  • Field Details

    • lineBuffer

      public List<String> lineBuffer
    • 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

    • 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
  • Constructor Details

    • GetFileNamesData

      public GetFileNamesData()
  • Method Details

    • setDateFormatLenient

      public void setDateFormatLenient(boolean lenient)