|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.util.fileloader.AbstractDataFileLoader
org.dbunit.util.fileloader.FullXmlDataFileLoader
public class FullXmlDataFileLoader
| Constructor Summary | |
|---|---|
FullXmlDataFileLoader()
Create new instance. |
|
FullXmlDataFileLoader(java.util.Map ro)
Create new instance with replacement objects. |
|
FullXmlDataFileLoader(java.util.Map ro,
java.util.Map rs)
Create new instance with replacement objects and replacement substrings. |
|
| Method Summary | |
|---|---|
protected IDataSet |
loadDataSet(java.net.URL url)
Make the dbUnit dataset ( IDataSet) from the
input stream of a dbUnit data file. |
| Methods inherited from class org.dbunit.util.fileloader.AbstractDataFileLoader |
|---|
addReplacementObjects, addReplacementSubstrings, load, processReplacementTokens, removeAllReplacementObjects, removeAllReplacementSubstrings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FullXmlDataFileLoader()
public FullXmlDataFileLoader(java.util.Map ro)
replacementObjects - The replacement objects for use with
ReplacementDataSet.
public FullXmlDataFileLoader(java.util.Map ro,
java.util.Map rs)
ro - The replacement objects for use with
ReplacementDataSet.rs - The replacement substrings for use with
ReplacementDataSet.| Method Detail |
|---|
protected IDataSet loadDataSet(java.net.URL url)
throws DataSetException,
java.io.IOException
IDataSet) from the
input stream of a dbUnit data file. The type of dbUnit dataset created is
delegated to the implementing subclass.
loadDataSet in class AbstractDataFileLoaderurl - The dbUnit data file url.
DataSetException - On data errors.
java.io.IOException - On file errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||