|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineImporterSpec | |
|---|---|
| com.agimatec.utility.fileimport | |
| com.agimatec.utility.fileimport.groovy | |
| Uses of LineImporterSpec in com.agimatec.utility.fileimport |
|---|
| Subclasses of LineImporterSpec in com.agimatec.utility.fileimport | |
|---|---|
class |
LineImporterSpecAutoFields
Description: subclass that gets the field names from the first header line and contains some common preconfiguration User: roman.stumm Date: 28.08.2007 Time: 17:28:52 Copyright: Agimatec GmbH |
| Fields in com.agimatec.utility.fileimport declared as LineImporterSpec | |
|---|---|
protected LineImporterSpec |
LineImportProcessor.spec
|
| Methods in com.agimatec.utility.fileimport that return LineImporterSpec | |
|---|---|
LineImporterSpec |
LineImportProcessor.getSpec()
|
| Constructors in com.agimatec.utility.fileimport with parameters of type LineImporterSpec | |
|---|---|
LineImportProcessor(LineImporterSpec spec,
Importer importer)
|
|
| Uses of LineImporterSpec in com.agimatec.utility.fileimport.groovy |
|---|
| Subclasses of LineImporterSpec 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 | |||||||||