|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.benerator.consumer.AbstractConsumer
org.databene.benerator.consumer.ListConsumer
public class ListConsumer
Consumer
implementation that stores all consumed objects in a List
.
Created: 23.01.2011 08:17:14
Constructor Summary | |
---|---|
ListConsumer()
|
|
ListConsumer(int capacity)
|
Method Summary | |
---|---|
void |
clear()
|
java.util.List |
getConsumedData()
|
void |
startProductConsumption(java.lang.Object data)
|
Methods inherited from class org.databene.benerator.consumer.AbstractConsumer |
---|
close, finishConsuming, finishProductConsumption, flush, startConsuming, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListConsumer()
public ListConsumer(int capacity)
Method Detail |
---|
public void startProductConsumption(java.lang.Object data)
startProductConsumption
in class AbstractConsumer
public java.util.List getConsumedData()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |