Class Summary |
Client |
Client that constructs and runs a schedule of data collection jobs based on a configuration file. |
CollectJob |
Basic data collection job, implementing basic configuration handling and collection routines. |
Database |
In-memory implementation of a database of rows and named columns, supporting basic creation and
deletion actions, as well as file output in CSV format. |
NewsJob |
Basic news collection job, implementing basic configuration handling and collection routines. |
NewsJobAP |
News collection job for Associated Press (AP) news feeds, implementing an HTML parsing routine. |
NewsJobBW |
News collection job for Business Week (BW) news feeds, implementing an HTML parsing routine. |
NewsJobCNN |
News collection job for CNN news feeds, implementing an HTML parsing routine. |
NewsJobNYT |
News collection job for New York Times (NYT) news feeds, implementing an HTML parsing routine. |
NewsJobReuters |
News collection job for Reuters news feeds, implementing an HTML parsing routine. |
NewsJobYahoo |
News collection job for Yahoo news feeds, implementing an HTML parsing routine. |
StockJob |
Basic stock collection job, implementing basic configuration handling and collection routines. |
StockJobGoogle |
Stock collection job for Google stock feeds, implementing an XML parsing routine. |
Util |
Contains tools useful for XML-based configuration file handling as well as file zipping. |