Package org.databene.benerator.consumer

Interface Summary
FileExporter Common interface for all classes that export .
 

Class Summary
AbstractConsumer Abstract implementation of the Consumer interface.
BadDataConsumer Consumer proxy that forwards data to 'real consumer' and if the real consumer raises an error, forwards the data to a 'bad data consumer'.
ConsoleExporter Exports generated objects to the standard output.
ConsumerChain Combines several Processors under one Processor interface.
ConsumerProxy Parent class for Consumers that serve as proxy to other Consumers.
FormattingConsumer Provides a datePattern property for child classes.
ListConsumer Consumer implementation that stores all consumed objects in a List.
LoggingConsumer A Consumer that logs the entities that it receives at info level.
MappingEntityConsumer Proxy to a Consumer which maps attribute names of the entities.
NoConsumer Empty Consumer implementation which does nothing.
NonClosingConsumerProxy Consumer proxy that prevents its delegate from being closed.
TextFileExporter Parent class for Exporters that export data to a text file.
 



Copyright © 2013. All Rights Reserved.