|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrawlerFactory
CrawlerFactories created Crawlers capable of crawling specific types of DataSources. Rather than referring to specific DataSource implementations, a CrawlerFactory refers to the DataSource type URIs it supports.
DataSource.getType()
Method Summary | |
---|---|
Crawler |
getCrawler(DataSource dataSource)
Return a Crawler that can crawl the specified DataSource. |
Set |
getSupportedTypes()
Returns a set of URIs indicating the DataSource types that are supported by the Crawler implementation provided by this CrawlerFactory. |
Method Detail |
---|
Set getSupportedTypes()
Crawler getCrawler(DataSource dataSource)
dataSource
- The DataSource for which a Crawler needs to be generated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |