| Package | Description |
|---|---|
| org.nuiton.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 | Field and Description |
|---|---|
protected CsvModel.Factory<E> |
CsvModel.factory |
| Modifier and Type | Method and Description |
|---|---|
CsvModel<E> |
MyModelBuilder.BuildOrAddColumnStep.buildModelForImport(CsvModel.Factory<E> emptyEFactory) |
| Constructor and Description |
|---|
CsvModel(char separator,
Iterable<ImportableColumn<E,Object>> columnsForImport,
Iterable<ExportableColumn<E,Object>> columnsForExport,
CsvModel.Factory<E> factory) |
Copyright © 2013–2014 CodeLutin. All rights reserved.