| 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.
|
| org.nuiton.csv.ext |
Offers some extended api.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImportExportModel<E>
TODO
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvModel<E> |
| Modifier and Type | Field and Description |
|---|---|
protected ImportModel<E> |
Import.model
Csv import model.
|
protected ImportModel<E> |
Import2.model
Csv import model.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Import2<E> |
Import2.newImport(ImportConf conf,
ImportModel<E> model,
InputStream inputStream) |
static <E> Import2<E> |
Import2.newImport(ImportConf conf,
ImportModel<E> model,
Reader reader) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
InputStream inputStream) |
static <E> Import2<E> |
Import2.newImport(ImportModel<E> model,
InputStream inputStream) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
InputStream inputStream,
boolean safetySwitch) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
Reader reader) |
static <E> Import2<E> |
Import2.newImport(ImportModel<E> model,
Reader reader) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
Reader reader,
boolean safetySwitch) |
static ImportToMap |
ImportToMap.newImportToMap(ImportModel<Map<String,Object>> model,
InputStream inputStream) |
static ImportToMap |
ImportToMap.newImportToMap(ImportModel<Map<String,Object>> model,
InputStream inputStream,
boolean safetySwitch) |
static ImportToMap |
ImportToMap.newImportToMap(ImportModel<Map<String,Object>> model,
Reader reader) |
static ImportToMap |
ImportToMap.newImportToMap(ImportModel<Map<String,Object>> model,
Reader reader,
boolean safetySwitch) |
| Constructor and Description |
|---|
Import(ImportModel<E> model,
InputStream inputStream) |
Import(ImportModel<E> model,
InputStream inputStream,
boolean safetySwitch) |
Import(ImportModel<E> model,
Reader reader) |
Import(ImportModel<E> model,
Reader reader,
boolean safetySwitch) |
Import2(ImportConf conf,
ImportModel<E> model,
InputStream inputStream) |
Import2(ImportConf conf,
ImportModel<E> model,
Reader reader) |
ImportToMap(ImportModel<Map<String,Object>> mapImportModel,
InputStream inputStream) |
ImportToMap(ImportModel<Map<String,Object>> mapImportModel,
InputStream inputStream,
boolean safetySwitch) |
ImportToMap(ImportModel<Map<String,Object>> mapImportModel,
Reader reader) |
ImportToMap(ImportModel<Map<String,Object>> mapImportModel,
Reader reader,
boolean safetySwitch) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImportExportModel<E>
Abstract implementation of a
ImportExportModel to avoid all the
boilerplate code when creating a new model. |
class |
AbstractImportModel<E>
Abstract implementation of a
ImportModel to avoid all the
boilerplate code when creating a new model. |
Copyright © 2013 CodeLutin. All rights reserved.