org.dbunit.dataset.csv
Class CsvURLDataSet
java.lang.Object
org.dbunit.dataset.AbstractDataSet
org.dbunit.dataset.CachedDataSet
org.dbunit.dataset.csv.CsvURLDataSet
- All Implemented Interfaces:
- IDataSet, IDataSetConsumer
public class CsvURLDataSet
- extends CachedDataSet
This class constructs an IDataSet given a base URL containing CSV
files. It handles translations of "null" (the string), into null.
Based HEAVILY on CsvDataSet
- Since:
- 2.1.0
- Version:
- $Revision: 770 $ $Date: 2008-08-04 21:30:27 +0200 (Mon, 04 Aug 2008) $
- Author:
- Lenny Marks (lenny@aps.org), Dion Gillard (diongillard@users.sourceforge.net), Last changed by: $Author: gommma $
Constructor Summary |
CsvURLDataSet(URL base)
Create a Data Set from CSV files, using the base URL provided to find data. |
CsvURLDataSet
public CsvURLDataSet(URL base)
throws DataSetException
- Create a Data Set from CSV files, using the base URL provided to find data.
- Throws:
DataSetException
Copyright © 2002-2012. All Rights Reserved.