Package maito.datacollecting

Interface Summary
DataCollector An inteface for using the data collecting features of this program.
DataSource Represents a data source where data is collected from.
RecordConstructor A common interface for different implementations for creating a Record object from raw data.
RecordParser A common interface for different implementations for parsing complete records from a stream of text data.
Transformer A common interface for different implementations for transforming a data format to the common format used by this program.
 

Class Summary
DataCollectorImpl  
DataSourceDescription A class that holds all necessary information of a data source.
DataStorage A class that takes care of storing the data it receives from a RecordParser.
Record  
 

Exception Summary
DataSourceException  
TransformException