| 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 | Method and Description |
|---|---|
Exporter<O> |
ExporterBuilder.build() |
static <O> Exporter<O> |
Exporter.of(ExporterConfiguration<O> configuration)
Creates an exporter from the given configuration.
|
static <O> Exporter<O> |
Exporter.of(ExportModel<O> model)
Creates an exporter from the given model, and using default configuration values.
|
Copyright © 2013–2016 CodeLutin. All rights reserved.