org.jete.db
Class FlatXmlDataSetWrapper
java.lang.Object
org.jete.db.FlatXmlDataSetWrapper
- All Implemented Interfaces:
- DataSetWrapper
- public class FlatXmlDataSetWrapper
- extends java.lang.Object
- implements DataSetWrapper
Simplify access to the FlatXmlDataSet, allowing configurations to simply be a filepath. This cleans up
system test configuration files because File objects don't need to be defined (you could if you still wanted to,
just use the SimpleDataSetWrapper).
- Version:
- $Id: FlatXmlDataSetWrapper.html,v 1.1 2006/03/12 02:46:57 tdeast Exp $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filePath
public java.lang.String filePath
FlatXmlDataSetWrapper
public FlatXmlDataSetWrapper(java.lang.String filePath)
getDataSet
public org.dbunit.dataset.IDataSet getDataSet()
throws org.dbunit.dataset.DataSetException,
java.io.IOException
- Specified by:
getDataSet
in interface DataSetWrapper
- Throws:
org.dbunit.dataset.DataSetException
java.io.IOException
getFilePath
public java.lang.String getFilePath()