Package org.dbunit.dataset.yaml
Class YamlProducer
java.lang.Object
org.dbunit.dataset.yaml.YamlProducer
- All Implemented Interfaces:
IDataSetProducer
- Version:
- $Revision$ $Date$
- Author:
- Björn Beskow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidproduce()Process this dataset source.voidsetConsumer(IDataSetConsumer consumer)
-
Constructor Details
-
YamlProducer
- Throws:
IOException
-
YamlProducer
-
-
Method Details
-
setConsumer
- Specified by:
setConsumerin interfaceIDataSetProducer
-
produce
Description copied from interface:IDataSetProducerProcess this dataset source. During the processing, the IDataSetProducer will provide information about the dataset through the specified event listener.This method is synchronous: it will not return until processing has ended. If a client application wants to terminate parsing early, it should throw an exception from the listener.
- Specified by:
producein interfaceIDataSetProducer- Throws:
DataSetException
-