Package 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.

See:
          Description

Interface Summary
ExportableColumn<E,T> TODO
ExportModel<E> TODO
ImportableColumn<E,T> TODO
ImportableExportableColumn<E,T>  
ImportExportModel<E> TODO
ImportModel<E> TODO
ValueFormatter<T> TODO
ValueGetter<E,T> TODO
ValueGetterSetter<E,T> TODO
ValueParser<T>  
ValueParserFormatter<T>  
ValueSetter<E,T>  
 

Class Summary
Column<E,T> TODO
Common TODO
Common.BeanProperty<E,T>  
Common.BooleanParserFormatter  
Common.CharacterParserFormatter  
Common.DateValue  
Common.DoubleParserFormatter  
Common.FloatParserFormatter  
Common.IntegerParserFormatter  
Common.LongParserFormatter  
Common.MapProperty<E extends Map<String,Object>,T>  
Common.NullableParserFormatter<O>  
Common.StringValueParser  
Common.ToStringParserFormatter<E>  
Common.ToStringValueFormatter  
Common.ValueSaver<E,T>  
Export<E> Object to realize a export from a ExportModel and some datas.
Import<E> Import engine for a given import model.
ImportToMap A extended Import to read csv lines into a single map.
ModelBuilder<E>  
ValidationResult TODO
 

Exception Summary
ImportRuntimeException TODO
 

Package org.nuiton.util.csv Description

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.

Since:
2.4
Author:
tchemit


Copyright © 2011 CodeLutin. All Rights Reserved.