|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--edu.unika.aifb.rdf.crawler.HostFilter
The class HostFilter checks whether the URL string belongs to the given set of hosts. HostFilter may be used to narrow the set of downloadable documents
| Constructor Summary | |
HostFilter(java.util.Vector rawhosts)
Initializes the set of eligible hosts |
|
| Method Summary | |
boolean |
checkFilter(java.lang.String host)
Check against the hostname filter |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public HostFilter(java.util.Vector rawhosts)
| Method Detail |
public boolean checkFilter(java.lang.String host)
throws FilterException
public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||