org.dbunit.dataset.csv
Class CsvURLDataSet

java.lang.Object
  extended by org.dbunit.dataset.AbstractDataSet
      extended by org.dbunit.dataset.CachedDataSet
          extended by 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 (lun, 04 ago 2008) $
Author:
Lenny Marks (lenny@aps.org), Dion Gillard (diongillard@users.sourceforge.net), Last changed by: $Author: gommma $

Constructor Summary
CsvURLDataSet(java.net.URL base)
          Create a Data Set from CSV files, using the base URL provided to find data.
 
Method Summary
 
Methods inherited from class org.dbunit.dataset.CachedDataSet
createIterator, endDataSet, endTable, row, startDataSet, startTable
 
Methods inherited from class org.dbunit.dataset.AbstractDataSet
cloneTables, getTable, getTableMetaData, getTableNames, getTables, iterator, reverseIterator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CsvURLDataSet

public CsvURLDataSet(java.net.URL base)
              throws DataSetException
Create a Data Set from CSV files, using the base URL provided to find data.

Throws:
DataSetException


Copyright © 2002-2008. All Rights Reserved.