|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubCrawlerRegistry
A SubCrawlerRegistry serves as a central registry for registering and obtaining SubCrawlerFactories.
| Method Summary | |
|---|---|
void |
add(SubCrawlerFactory factory)
Adds a SubCrawlerFactory to this registry. |
Set |
get(String mimeType)
Returns all SubCrawlerFactories that support the specified mime type. |
Set |
getAll()
Returns all SubCrawlerFactories registered in this SubCrawlerRegistry. |
Set |
getByPrefix(String prefix)
Returns all subcrawler factories that support the specified uri prefix. |
void |
remove(SubCrawlerFactory factory)
Removes a SubCrawlerFactory from this registry. |
| Method Detail |
|---|
void add(SubCrawlerFactory factory)
void remove(SubCrawlerFactory factory)
Set get(String mimeType)
Set getByPrefix(String prefix)
prefix - the uri prefix
Set getAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||