|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CrawlerRegistry
An CrawlerRegistry serves as a central registry for registering and obtaining CrawlerFactories.
| Method Summary | |
|---|---|
void |
add(CrawlerFactory factory)
Adds a CrawlerFactory to this registry. |
Set |
get(URI type)
Returns all CrawlerFactories that support the specified DataSource type. |
Set |
getAll()
Returns all CrawlerFactories registered in this CrawlerRegistry. |
void |
remove(CrawlerFactory factory)
Removes a CrawlerFactory from this registry. |
| Method Detail |
|---|
void add(CrawlerFactory factory)
void remove(CrawlerFactory factory)
Set get(URI type)
Set getAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||