| 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 |
ImportParseErrorInfo<E>
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-csv project, This module will be remove in version 3.0
|
class |
ImportReadErrorInfo<E>
Deprecated.
since 2.7, use now the http://maven-site.nuiton.org/nuiton-csv project, This module will be remove in version 3.0
|
class |
ImportSetErrorInfo<E>
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 | Field and Description |
|---|---|
protected Set<AbstractImportErrorInfo<E>> |
ImportRow.errors
Deprecated.
Errors found while loading the row into the bean.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AbstractImportErrorInfo<E>> |
ImportRow.getErrors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportRow.addError(AbstractImportErrorInfo<E> error)
Deprecated.
|
Copyright © 2011-2013 CodeLutin. All Rights Reserved.