|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineImporterSpecAutoFields | |
|---|---|
| com.agimatec.utility.fileimport.groovy | |
| Uses of LineImporterSpecAutoFields in com.agimatec.utility.fileimport.groovy |
|---|
| Subclasses of LineImporterSpecAutoFields in com.agimatec.utility.fileimport.groovy | |
|---|---|
class |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||