| Package | Description |
|---|---|
| org.nuiton.util.csv |
This package contains a framework to import and export data from a
csv file using a model which permits us to validate what to do.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ImportRow<E>> |
Import2.iterator()
Define iterator over import.
|
| Constructor and Description |
|---|
AbstractImportErrorInfo(ImportRow<E> row,
ImportableColumn<E,Object> field,
Throwable cause) |
ImportParseErrorInfo(ImportRow<E> row,
ImportableColumn<E,Object> field,
String value,
Throwable cause) |
ImportReadErrorInfo(ImportRow<E> row,
ImportableColumn<E,Object> field,
Throwable cause) |
ImportRow(ImportRow<E> row) |
ImportSetErrorInfo(ImportRow<E> row,
ImportableColumn<E,Object> field,
String value,
Object parsedValue,
Throwable cause) |
Copyright © 2011-2013 CodeLutin. All Rights Reserved.