Package com.agimatec.utility.fileimport.groovy

Class Summary
LineImporterSpecGroovy Description: This subclass makes it easy in a groovy script to customize the processing-behavior of the importer
example 1: def spec = new LineImporterSpecGroovy({ processor -> println "inside header closure " + processor.headerLine; }, { processor -> println "inside row closure " + processor.rowCount + ": " + processor.currentRow; }); example 2: def spec = new LineImporterSpecGroovy({ processor -> println "inside row closure " + processor.rowCount + ": " + processor.currentRow; }); User: roman.stumm
Date: 30.08.2007
Time: 10:57:42
Copyright: Agimatec GmbH
XmlImportProcessor Description: Process a xml document with the groovy XmlSlurper.
XmlSlurperSpec Description: Specify how to use groovy XmlSlurper with provided Closures to handle the import
User: roman.stumm
Date: 20.11.2007
Time: 15:24:53
Copyright: Agimatec GmbH
 



Copyright © 2008-2011. All Rights Reserved.