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

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

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.
 

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)
           
 



Copyright © 2008-2011. All Rights Reserved.