liquibase.util.csv.opencsv.bean
Class CsvToBean

java.lang.Object
  extended by liquibase.util.csv.opencsv.bean.CsvToBean

public class CsvToBean
extends Object


Constructor Summary
CsvToBean()
           
 
Method Summary
protected  Object convertValue(String value, PropertyDescriptor prop)
           
protected  PropertyEditor getPropertyEditor(PropertyDescriptor desc)
           
 List parse(MappingStrategy mapper, Reader reader)
           
protected  Object processLine(MappingStrategy mapper, String[] line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvToBean

public CsvToBean()
Method Detail

parse

public List parse(MappingStrategy mapper,
                  Reader reader)

processLine

protected Object processLine(MappingStrategy mapper,
                             String[] line)
                      throws IllegalAccessException,
                             InvocationTargetException,
                             InstantiationException,
                             IntrospectionException
Throws:
IllegalAccessException
InvocationTargetException
InstantiationException
IntrospectionException

convertValue

protected Object convertValue(String value,
                              PropertyDescriptor prop)
                       throws InstantiationException,
                              IllegalAccessException
Throws:
InstantiationException
IllegalAccessException

getPropertyEditor

protected PropertyEditor getPropertyEditor(PropertyDescriptor desc)
                                    throws InstantiationException,
                                           IllegalAccessException
Throws:
InstantiationException
IllegalAccessException


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.