org.jete.db
Interface DataSetWrapper

All Known Implementing Classes:
FlatXmlDataSetWrapper, ReplacementDataSetWrapper, SimpleDataSetWrapper

public interface DataSetWrapper

This interface provides a standard mechanism for retrieving IDataSet objects from their appropriate wrappers. Wrappers are provided only to simplify configuration of specific IDataSets, and are not necessary when using the DBSetupAction. The DBSetupAction does, however, require that a wrapper be used that it may retrieve the IDataSet consistently.

Should the existing DataSetWrapper implementations not be desired, an IDataSet can be wrapped in the SimpleDataSetWrapper and submitted for use by the DBSetupAction.

Version:
$Id: DataSetWrapper.html,v 1.1 2006/03/12 02:46:57 tdeast Exp $

Method Summary
 org.dbunit.dataset.IDataSet getDataSet()
           
 

Method Detail

getDataSet

public org.dbunit.dataset.IDataSet getDataSet()
                                       throws org.dbunit.dataset.DataSetException,
                                              java.io.IOException
Throws:
org.dbunit.dataset.DataSetException
java.io.IOException