| Package | Description |
|---|---|
| com.agimatec.utility.fileimport | |
| com.agimatec.utility.fileimport.groovy | |
| com.agimatec.utility.fileimport.spreadsheet |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Field and Description |
|---|---|
protected LineImporterSpec |
LineImportProcessor.spec |
| Modifier and Type | Method and Description |
|---|---|
LineImporterSpec |
LineImportProcessor.getSpec() |
| Constructor and Description |
|---|
LineImportProcessor(LineImporterSpec spec,
Importer importer) |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcelImporterSpec
Description: Convenience ImporterSpec for importing Excel spreadsheets.
|
| Constructor and Description |
|---|
ExcelImportProcessor(LineImporterSpec spec,
Importer importer) |
Copyright © 2008-2016. All Rights Reserved.