org.dbunit.dataset.csv
Interface CsvParser
- All Known Implementing Classes:
- CsvParserImpl
public interface CsvParser
- Since:
- 2.2 (Sep 12, 2004)
- Version:
- $Revision: 825 $ $Date: 2008-10-05 19:40:31 +0200 (dom, 05 ott 2008) $
- Author:
- fede, Last changed by: $Author: gommma $
|
Method Summary |
java.util.List |
parse(java.io.File file)
|
java.util.List |
parse(java.lang.String csv)
|
java.util.List |
parse(java.net.URL url)
|
parse
java.util.List parse(java.io.File file)
throws java.io.IOException,
CsvParserException
- Throws:
java.io.IOException
CsvParserException
parse
java.util.List parse(java.net.URL url)
throws java.io.IOException,
CsvParserException
- Throws:
java.io.IOException
CsvParserException
parse
java.util.List parse(java.lang.String csv)
throws PipelineException,
IllegalInputCharacterException
- Throws:
PipelineException
IllegalInputCharacterException
Copyright © 2002-2010. All Rights Reserved.