| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
InputStream inputStream) |
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
Reader reader) |
static ImportToMap |
ImportToMap.newImportToMap(ImportModel<Map<String,Object>> model,
InputStream inputStream) |
static ImportToMap |
ImportToMap.newImportToMap(ImportModel<Map<String,Object>> model,
Reader reader) |
| Constructor and Description |
|---|
Import(ImportModel<E> model,
InputStream inputStream) |
Import(ImportModel<E> model,
Reader reader) |
ImportToMap(ImportModel<Map<String,Object>> mapImportModel,
InputStream inputStream) |
ImportToMap(ImportModel<Map<String,Object>> mapImportModel,
Reader reader) |
Copyright © 2011-2012 CodeLutin. All Rights Reserved.