Uses of Class
org.pentaho.di.core.fileinput.FileInputList

Packages that use FileInputList
org.pentaho.di.core.fileinput   
org.pentaho.di.trans.steps.accessinput   
org.pentaho.di.trans.steps.excelinput   
org.pentaho.di.trans.steps.getfilenames   
org.pentaho.di.trans.steps.getfilesrowscount   
org.pentaho.di.trans.steps.getsubfolders   
org.pentaho.di.trans.steps.getxmldata   
org.pentaho.di.trans.steps.jsoninput   
org.pentaho.di.trans.steps.ldifinput   
org.pentaho.di.trans.steps.loadfileinput   
org.pentaho.di.trans.steps.propertyinput   
org.pentaho.di.trans.steps.textfileinput   
org.pentaho.di.trans.steps.xbaseinput   
org.pentaho.di.trans.steps.xmlinput   
org.pentaho.di.trans.steps.xmlinputsax   
org.pentaho.di.trans.steps.yamlinput   
 

Uses of FileInputList in org.pentaho.di.core.fileinput
 

Methods in org.pentaho.di.core.fileinput that return FileInputList
static FileInputList FileInputList.createFileList(VariableSpace space, String[] fileName, String[] fileMask, String[] fileRequired, boolean[] includeSubdirs)
           
static FileInputList FileInputList.createFileList(VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired)
           
static FileInputList FileInputList.createFileList(VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs)
           
static FileInputList FileInputList.createFileList(VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs, FileInputList.FileTypeFilter[] fileTypeFilters)
           
static FileInputList FileInputList.createFolderList(VariableSpace space, String[] folderName, String[] folderRequired)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.accessinput
 

Fields in org.pentaho.di.trans.steps.accessinput declared as FileInputList
 FileInputList AccessInputData.files
           
 

Methods in org.pentaho.di.trans.steps.accessinput that return FileInputList
 FileInputList AccessInputMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.excelinput
 

Fields in org.pentaho.di.trans.steps.excelinput declared as FileInputList
 FileInputList ExcelInputData.files
          The Excel files to read
 

Methods in org.pentaho.di.trans.steps.excelinput that return FileInputList
 FileInputList ExcelInputMeta.getFileList(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.getfilenames
 

Fields in org.pentaho.di.trans.steps.getfilenames declared as FileInputList
 FileInputList GetFileNamesData.files
           
 

Methods in org.pentaho.di.trans.steps.getfilenames that return FileInputList
 FileInputList GetFileNamesMeta.getDynamicFileList(VariableSpace space, String[] filename, String[] filemask, String[] excludefilemask, String[] filerequired, boolean[] includesubfolders)
           
 FileInputList GetFileNamesMeta.getFileList(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.getfilesrowscount
 

Fields in org.pentaho.di.trans.steps.getfilesrowscount declared as FileInputList
 FileInputList GetFilesRowsCountData.files
           
 

Methods in org.pentaho.di.trans.steps.getfilesrowscount that return FileInputList
 FileInputList GetFilesRowsCountMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.getsubfolders
 

Fields in org.pentaho.di.trans.steps.getsubfolders declared as FileInputList
 FileInputList GetSubFoldersData.files
           
 

Methods in org.pentaho.di.trans.steps.getsubfolders that return FileInputList
 FileInputList GetSubFoldersMeta.getDynamicFolderList(VariableSpace space, String[] folderName, String[] folderRequired)
           
 FileInputList GetSubFoldersMeta.getFolderList(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.getxmldata
 

Fields in org.pentaho.di.trans.steps.getxmldata declared as FileInputList
 FileInputList GetXMLDataData.files
          The XML files to read
 

Methods in org.pentaho.di.trans.steps.getxmldata that return FileInputList
 FileInputList GetXMLDataMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.jsoninput
 

Fields in org.pentaho.di.trans.steps.jsoninput declared as FileInputList
 FileInputList JsonInputData.files
          The XML files to read
 

Methods in org.pentaho.di.trans.steps.jsoninput that return FileInputList
 FileInputList JsonInputMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.ldifinput
 

Fields in org.pentaho.di.trans.steps.ldifinput declared as FileInputList
 FileInputList LDIFInputData.files
           
 

Methods in org.pentaho.di.trans.steps.ldifinput that return FileInputList
 FileInputList LDIFInputMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.loadfileinput
 

Fields in org.pentaho.di.trans.steps.loadfileinput declared as FileInputList
 FileInputList LoadFileInputData.files
           
 

Methods in org.pentaho.di.trans.steps.loadfileinput that return FileInputList
 FileInputList LoadFileInputMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.propertyinput
 

Fields in org.pentaho.di.trans.steps.propertyinput declared as FileInputList
 FileInputList PropertyInputData.files
           
 

Methods in org.pentaho.di.trans.steps.propertyinput that return FileInputList
 FileInputList PropertyInputMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.textfileinput
 

Fields in org.pentaho.di.trans.steps.textfileinput declared as FileInputList
 FileInputList TextFileInputData.files
           
 

Methods in org.pentaho.di.trans.steps.textfileinput that return FileInputList
 FileInputList TextFileInputMeta.getTextFileList(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.xbaseinput
 

Fields in org.pentaho.di.trans.steps.xbaseinput declared as FileInputList
 FileInputList XBaseInputData.files
           
 

Methods in org.pentaho.di.trans.steps.xbaseinput that return FileInputList
 FileInputList XBaseInputMeta.getTextFileList(VariableSpace space)
           
 

Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type FileInputList
 RowMetaInterface XBaseInputMeta.getOutputFields(FileInputList files, String name)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.xmlinput
 

Methods in org.pentaho.di.trans.steps.xmlinput that return FileInputList
 FileInputList XMLInputMeta.getFiles(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.xmlinputsax
 

Methods in org.pentaho.di.trans.steps.xmlinputsax that return FileInputList
 FileInputList XMLInputSaxMeta.getTextFileList(VariableSpace space)
           
 

Uses of FileInputList in org.pentaho.di.trans.steps.yamlinput
 

Fields in org.pentaho.di.trans.steps.yamlinput declared as FileInputList
 FileInputList YamlInputData.files
          The YAML files to read
 

Methods in org.pentaho.di.trans.steps.yamlinput that return FileInputList
 FileInputList YamlInputMeta.getFiles(VariableSpace space)