com.cybelia.sandra.ibu.csv
Class CSVReaderGeneric<E>
java.lang.Object
au.com.bytecode.opencsv.bean.CsvToBean
com.cybelia.sandra.ibu.csv.CSVReaderGeneric<E>
- Direct Known Subclasses:
- CSVReaderAutorisation, CSVReaderCamion, CSVReaderChauffeur, CSVReaderEleveurDuplicated, CSVReaderEleveurGPS, CSVReaderEvent, CSVReaderIbu, CSVReaderLabel, CSVReaderTransporteur, CSVReaderUser, CSVReaderUsine
public abstract class CSVReaderGeneric<E>
- extends au.com.bytecode.opencsv.bean.CsvToBean
| Methods inherited from class au.com.bytecode.opencsv.bean.CsvToBean |
convertValue, getPropertyEditor, parse, parse, processLine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
DELIM
public static final char DELIM
- See Also:
- Constant Field Values
strategy
protected HeaderColumnNameTranslateMappingStrategy strategy
CSVReaderGeneric
public CSVReaderGeneric()
parseResource
public List<E> parseResource(MigrationContext contextMigration,
String resourceName)
parseFile
public List<E> parseFile(MigrationContext contextMigration,
String csvFileName)
parse
public List<E> parse(MigrationContext contextMigration,
Reader reader)
getInLine
protected String getInLine(String[] line)
initStrategy
protected abstract void initStrategy()
Copyright © 2008-2012 Cybelia. All Rights Reserved.