Uses of Class
com.agimatec.utility.fileimport.ImporterProcessor

Packages that use ImporterProcessor
com.agimatec.utility.fileimport   
com.agimatec.utility.fileimport.groovy   
com.agimatec.utility.fileimport.spreadsheet   
 

Uses of ImporterProcessor in com.agimatec.utility.fileimport
 

Subclasses of ImporterProcessor in com.agimatec.utility.fileimport
 class LineImportProcessor
          Description: Import a file line-by-line, e.g. for csv-/comma-separated/fixed-column-length files.
 

Fields in com.agimatec.utility.fileimport declared as ImporterProcessor
protected  ImporterProcessor Importer.processor
          processor is responsible to do the actual import process
 

Methods in com.agimatec.utility.fileimport that return ImporterProcessor
 ImporterProcessor LineImporterSpec.createProcessor(Importer importer)
           
 ImporterProcessor ImporterSpec.createProcessor(Importer importer)
          factory method - create a processor capable to process the data to be imported.
 ImporterProcessor Importer.getProcessor()
           
 

Uses of ImporterProcessor in com.agimatec.utility.fileimport.groovy
 

Subclasses of ImporterProcessor in com.agimatec.utility.fileimport.groovy
 class XmlImportProcessor
          Description: Process a xml document with the groovy XmlSlurper.
 

Methods in com.agimatec.utility.fileimport.groovy that return ImporterProcessor
 ImporterProcessor XmlSlurperSpec.createProcessor(Importer importer)
           
 

Uses of ImporterProcessor in com.agimatec.utility.fileimport.spreadsheet
 

Subclasses of ImporterProcessor in com.agimatec.utility.fileimport.spreadsheet
 class ExcelImportProcessor
          Description: The processor class used by the ExcelImporterSpec.
 

Methods in com.agimatec.utility.fileimport.spreadsheet that return ImporterProcessor
 ImporterProcessor ExcelImporterSpec.createProcessor(Importer importer)
           
 



Copyright © 2008-2015. All Rights Reserved.