| 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 | Class and Description |
|---|---|
class |
ImportToMap
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-csv project, This module will be remove in version 3.0
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
InputStream inputStream)
Deprecated.
|
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
InputStream inputStream,
boolean safetySwitch)
Deprecated.
|
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
Reader reader)
Deprecated.
|
static <E> Import<E> |
Import.newImport(ImportModel<E> model,
Reader reader,
boolean safetySwitch)
Deprecated.
|
Copyright © 2011-2013 CodeLutin. All Rights Reserved.