Package org.databene.model.consumer

Interface Summary
Consumer<E> Abstraction of an object that consumes (possibly larger quantities of) objects.
FileExporter<E> Common interface for all classes that export .
 

Class Summary
AbstractConsumer<E> Abstract implementation of the Consumer interface.
ConsoleExporter Exports generated objects to the standard output.
ConsumerChain<E> Combines several Processors under one Processor interface.
ConsumerProxy<E> Parent class for Consumers that serve as proxy to other Consumers.
FormattingConsumer<E> Provides a datePattern property for child classes.
LoggingConsumer<E> A Consumer that logs the entities that it receives at info level.
MappingEntityConsumer Proxy to a Consumer which maps attribute names of the entities.
TextFileExporter<E> Parent class for Exporters that export data to a text file.
 



Copyright © 2011. All Rights Reserved.