|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.dbunit.dataset.csv.CsvProducer
| Constructor Summary | |
CsvProducer(java.io.File theDirectory)
|
|
CsvProducer(java.lang.String theDirectory)
|
|
| Method Summary | |
void |
produce()
Process this dataset source. |
void |
setConsumer(IDataSetConsumer consumer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CsvProducer(java.lang.String theDirectory)
public CsvProducer(java.io.File theDirectory)
| Method Detail |
public void setConsumer(IDataSetConsumer consumer)
throws DataSetException
setConsumer in interface IDataSetProducerDataSetException
public void produce()
throws DataSetException
IDataSetProducerThis method is synchronous: it will not return until processing has ended. If a client application wants to terminate parsing early, it should throw an exception from the listener.
produce in interface IDataSetProducerDataSetException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||