Uses of Class
org.pentaho.platform.dataaccess.datasource.wizard.models.FileInfo

Packages that use FileInfo
org.pentaho.platform.dataaccess.datasource.wizard.csv   
org.pentaho.platform.dataaccess.datasource.wizard.models Contains UI-specific implementations of the MQL thin-model interfaces. 
org.pentaho.platform.dataaccess.datasource.wizard.service.gwt Gwt interfaces 
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
 

Uses of FileInfo in org.pentaho.platform.dataaccess.datasource.wizard.csv
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.csv that return FileInfo
 FileInfo[] FileService.listFiles()
           
 

Uses of FileInfo in org.pentaho.platform.dataaccess.datasource.wizard.models
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return FileInfo
 FileInfo GuiStateModel.getSelectedCsvFile()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models with parameters of type FileInfo
 void GuiStateModel.setSelectedCsvFile(FileInfo selectedCsvFile)
           
 

Uses of FileInfo in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that return FileInfo
 FileInfo[] CsvDatasourceServiceServlet.getStagedFiles()
           
 FileInfo[] ICsvDatasourceService.getStagedFiles()
           
 

Uses of FileInfo in org.pentaho.platform.dataaccess.datasource.wizard.service.impl
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return FileInfo
 FileInfo[] CsvDatasourceServiceImpl.getStagedFiles()