org.dbunit.dataset.csv
Class CsvParserImpl

java.lang.Object
  extended by org.dbunit.dataset.csv.CsvParserImpl
All Implemented Interfaces:
CsvParser

public class CsvParserImpl
extends java.lang.Object
implements CsvParser


Constructor Summary
CsvParserImpl()
           
 
Method Summary
 java.util.List parse(java.io.File file)
           
 java.util.List parse(java.io.Reader reader, java.lang.String source)
           
 java.util.List parse(java.lang.String csv)
           
 java.util.List parse(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvParserImpl

public CsvParserImpl()
Method Detail

parse

public java.util.List parse(java.lang.String csv)
                     throws PipelineException,
                            IllegalInputCharacterException
Specified by:
parse in interface CsvParser
Throws:
PipelineException
IllegalInputCharacterException

parse

public java.util.List parse(java.io.File file)
                     throws java.io.IOException,
                            CsvParserException
Specified by:
parse in interface CsvParser
Throws:
java.io.IOException
CsvParserException

parse

public java.util.List parse(java.net.URL url)
                     throws java.io.IOException,
                            CsvParserException
Specified by:
parse in interface CsvParser
Throws:
java.io.IOException
CsvParserException

parse

public java.util.List parse(java.io.Reader reader,
                            java.lang.String source)
                     throws java.io.IOException,
                            CsvParserException
Throws:
java.io.IOException
CsvParserException


Copyright © 2002-2008. All Rights Reserved.