Uses of Class
org.dbunit.dataset.xml.FlatXmlProducer
Packages that use FlatXmlProducer
-
Uses of FlatXmlProducer in org.dbunit.dataset.xml
Methods in org.dbunit.dataset.xml that return FlatXmlProducerModifier and TypeMethodDescriptionprotected FlatXmlProducerFlatXmlDataSetBuilder.createProducer(InputSource inputSource) Creates the producer used to build theFlatXmlDataSet, using this builder's configured metadata source or properties.Constructors in org.dbunit.dataset.xml with parameters of type FlatXmlProducerModifierConstructorDescriptionFlatXmlDataSet(FlatXmlProducer flatXmlProducer) Creates a newFlatXmlDataSetwith the data of the given producer.