public class CsvOutput extends Object implements Output
Output interface to support output to a set of CSV files using CsvDataSetWriter.| 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).
|
protected File |
getDirectory() |
public CsvOutput(File directory)
protected File getDirectory()
public org.dbunit.dataset.stream.IDataSetConsumer getConsumer()
throws Exception
OutputgetConsumer in interface OutputExceptionpublic void close()
throws IOException
Outputclose in interface OutputIOExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.