Uses of Interface
org.dbunit.dataset.stream.IDataSetConsumer
Packages that use IDataSetConsumer
Package
Description
-
Uses of IDataSetConsumer in org.dbunit.dataset
Classes in org.dbunit.dataset that implement IDataSetConsumerModifier and TypeClassDescriptionclassHold copy of another dataset or a consumed provider content. -
Uses of IDataSetConsumer in org.dbunit.dataset.csv
Classes in org.dbunit.dataset.csv that implement IDataSetConsumerModifier and TypeClassDescriptionclassThis class constructs an IDataSet given a directory containing CSV files.classclassThis class constructs an IDataSet given a base URL containing CSV files.Methods in org.dbunit.dataset.csv with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidCsvProducer.setConsumer(IDataSetConsumer consumer) voidCsvURLProducer.setConsumer(IDataSetConsumer consumer) -
Uses of IDataSetConsumer in org.dbunit.dataset.sqlloader
Classes in org.dbunit.dataset.sqlloader that implement IDataSetConsumerModifier and TypeClassDescriptionclassThis class constructs anIDataSetgiven a directory containing control files.Methods in org.dbunit.dataset.sqlloader with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidSqlLoaderControlProducer.setConsumer(IDataSetConsumer consumer) -
Uses of IDataSetConsumer in org.dbunit.dataset.stream
Classes in org.dbunit.dataset.stream that implement IDataSetConsumerModifier and TypeClassDescriptionclassImplementation ofIDataSetConsumerwhich buffers all data until theBufferedConsumer.endDataSet()event occurs.classThis class provides no op implementations for all of the callbacks in theIDataSetConsumerinterface.Methods in org.dbunit.dataset.stream with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidDataSetProducerAdapter.setConsumer(IDataSetConsumer consumer) voidIDataSetProducer.setConsumer(IDataSetConsumer consumer) Constructors in org.dbunit.dataset.stream with parameters of type IDataSetConsumer -
Uses of IDataSetConsumer in org.dbunit.dataset.xml
Classes in org.dbunit.dataset.xml that implement IDataSetConsumerModifier and TypeClassDescriptionclassclassReads and writes flat XML dataset document.classclassReads and writes original XML dataset document.classMethods in org.dbunit.dataset.xml with parameters of type IDataSetConsumerModifier and TypeMethodDescriptionvoidFlatDtdProducer.setConsumer(IDataSetConsumer consumer) voidFlatXmlProducer.setConsumer(IDataSetConsumer consumer) voidXmlProducer.setConsumer(IDataSetConsumer consumer) -
Uses of IDataSetConsumer in org.dbunit.dataset.yaml
Classes in org.dbunit.dataset.yaml that implement IDataSetConsumerModifier and TypeClassDescriptionclassReads and writes flat YAML-based dataset documents.Methods in org.dbunit.dataset.yaml with parameters of type IDataSetConsumer