Package CHEM :: Package DB :: Package rdb :: Module rdbregistry :: Class CrawlerRegistry
[hide private]
[frames] | no frames]

Class CrawlerRegistry



Registry for site crawlers.

Static Methods [hide private]
 
registerCrawler(name, crawler)
Register a custom crawler.
 
getCrawler(name)
Bootstrap.
Class Variables [hide private]
  crawlerCollection = {}
Method Details [hide private]

registerCrawler(name, crawler)
Static Method

 
Register a custom crawler. Need to provide a unique name.

getCrawler(name)
Static Method

 

Bootstrap.

Need to populate the parser and crawler registries with modules contained inside the subfolders parsers and crawlers, respectively.