| Class | Description |
|---|---|
| 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 |
| 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 © 2008-2016. All Rights Reserved.