| Constructor and Description |
|---|
XmlInput(InputStreamProvider provider,
boolean doClose) |
| 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
Input.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.
|
public XmlInput(InputStreamProvider provider, boolean doClose)
public void close()
throws IOException
InputInput.getProducer().close in interface InputIOExceptionpublic org.dbunit.dataset.stream.IDataSetProducer getProducer()
throws Exception
InputgetProducer in interface InputExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.