public interface Input
IDataSetProducer instances and are able to
close the system resources when the producer instance is no longer needed.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes any system resources that were used by the producer and prepares the input to
provide a new data set producer with the call to
getProducer(). |
org.dbunit.dataset.stream.IDataSetProducer |
getProducer()
The returned producer is assumed to produce a data set that can then be fed into a database.
|
org.dbunit.dataset.stream.IDataSetProducer getProducer()
throws Exception
Exceptionvoid close()
throws IOException
getProducer().IOExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.