| Package | Description |
|---|---|
| com.agimatec.utility.fileimport | |
| com.agimatec.utility.fileimport.spreadsheet |
| Modifier and Type | Class and Description |
|---|---|
class |
StringLineReader
Description: read a file line by line (each line is a string)
User: roman.stumm Date: 11.06.2008 Time: 17:43:00 |
| Modifier and Type | Field and Description |
|---|---|
protected LineReader |
LineImportProcessor.lineReader |
| Modifier and Type | Method and Description |
|---|---|
LineReader<Line> |
LineTokenizerFactory.createLineReader()
initialize the lineReader.
|
LineReader<String> |
FixedLengthStringTokenizerFactory.createLineReader() |
LineReader<String> |
CSVStringTokenizerFactory.createLineReader() |
LineReader |
LineImporterSpec.createLineReader(Closeable aReader)
initialize the lineReader. overwrite in subclasses if required
|
LineReader |
LineImportProcessor.getLineReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineImportProcessor.setLineReader(LineReader lineReader) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcelRowReader
Description: read a spreadsheet line by line (each line is a )
User: roman.stumm Date: 11.06.2008, 24.05.2013 Time: 18:03:51 Copyright: Viaboxx GmbH |
| Modifier and Type | Method and Description |
|---|---|
LineReader<ExcelRow> |
SharedExcelRowReaderFactory.createLineReader() |
LineReader<ExcelRow> |
ExcelRowTokenizerFactory.createLineReader() |
LineReader |
ExcelImporterSpec.createLineReader(Closeable aReader) |
Copyright © 2008-2016. All Rights Reserved.