| 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 | Field and Description |
|---|---|
protected ExporterConfiguration<O> |
Exporter.configuration
Immutable exporter configuration.
|
protected ExporterConfiguration<E> |
Exporter.ExporterAction.configuration
Exporter configuration.
|
protected ExporterConfiguration<O> |
ExporterBuilder.configuration |
| Modifier and Type | Method and Description |
|---|---|
static <O> ExporterBuilder<O> |
Exporter.builder(ExporterConfiguration<O> configuration)
Creates a new exporter builder from the given configuration.
|
protected static <E> Exporter.ExporterAction<E> |
Exporter.ExporterAction.of(ExporterConfiguration<E> configuration,
Iterable<E> data,
boolean writeHeader) |
static <O> Exporter<O> |
Exporter.of(ExporterConfiguration<O> configuration)
Creates an exporter from the given configuration.
|
| Constructor and Description |
|---|
Exporter(ExporterConfiguration<O> configuration) |
ExporterAction(ExporterConfiguration<E> configuration,
boolean writeHeader,
Iterable<E> data) |
ExporterBuilder(ExporterConfiguration<O> configuration) |
Copyright © 2013–2016 CodeLutin. All rights reserved.