|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.erowid.sperowider.urlfilter.BlocksAllFilter
A URL Filter that says "no" to every candidate URL.
| Constructor Summary | |
BlocksAllFilter()
|
|
| Method Summary | |
boolean |
downloadMatch(String url)
Returns false |
boolean |
indexMatch(String url)
Returns false |
void |
init(Element configNode)
Does nothing |
boolean |
spiderMatch(String sourceUrl,
String foundUrl)
Returns false |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BlocksAllFilter()
| Method Detail |
public boolean downloadMatch(String url)
downloadMatch in interface IDownloadFilterIDownloadFilter.downloadMatch(java.lang.String)
public boolean spiderMatch(String sourceUrl,
String foundUrl)
spiderMatch in interface ISpiderFilterISpiderFilter.spiderMatch(java.lang.String, java.lang.String)public boolean indexMatch(String url)
indexMatch in interface IIndexFilterIIndexFilter.indexMatch(java.lang.String)
public void init(Element configNode)
throws SperowiderInstantiationException
SperowiderInstantiationExceptionIInitializableObject.init(org.jdom.Element)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||