public interface Output
IDataSetConsumer instances and are able to
close the system resources when the consumer instance is no longer needed.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes any system resources that were used by the consumer.
|
org.dbunit.dataset.stream.IDataSetConsumer |
getConsumer()
The returned consumer is assumed to consume a data set and produce some kind of output
(the specification of which is left for the subclasses to define).
|
org.dbunit.dataset.stream.IDataSetConsumer getConsumer()
throws Exception
Exceptionvoid close()
throws IOException
IOExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.