org.dbunit.dataset.csv
Interface CsvParser
- All Known Implementing Classes:
- CsvParserImpl
public interface CsvParser
Created By: fede
Date: 10-mar-2004
Time: 15.50.13
Last Checkin: $Author: dep4b $
Date: $Date: 2005-05-06 23:04:06 +0200 (ven, 06 mag 2005) $
Revision: $Revision: 480 $
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-2008. All Rights Reserved.