| Package | Description |
|---|---|
| com.agimatec.utility.fileimport | |
| com.agimatec.utility.fileimport.groovy | |
| com.agimatec.utility.fileimport.spreadsheet |
| Modifier and Type | Method and Description |
|---|---|
void |
LineImporterSpecAutoFields.processHeaderLine(LineImportProcessor processor)
this implementation assumes, that the first line
contains the header line with field names
separated by the same separator as the data lines.
|
void |
LineImporterSpec.processHeaderLine(LineImportProcessor processor)
overwrite this method to get the behavior after the header line has been read
|
void |
LineImporterSpec.processRow(LineImportProcessor processor)
overwrite this method to get the behavior after a row has been completly
transfered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineImporterSpecGroovy.processHeaderLine(LineImportProcessor processorimporter) |
void |
LineImporterSpecGroovy.processRow(LineImportProcessor processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcelImportProcessor
Description: The processor class used by the ExcelImporterSpec.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelImporterSpec.processRow(LineImportProcessor processor) |
void |
ExcelRowReader.removeCurrentRow(LineImportProcessor processor) |
Copyright © 2008-2016. All Rights Reserved.