|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.dataset.AbstractDataSet
org.dbunit.dataset.CachedDataSet
org.dbunit.dataset.csv.CsvURLDataSet
public class CsvURLDataSet
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
| 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 |
|---|
public CsvURLDataSet(java.net.URL base)
throws DataSetException
DataSetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||