|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.gcs.component.config.URLExcIncPattern
This is a pattern used to determine whether a URL will be excluded
or included from a CrawlPattern
.
It is an abstract class, extended by
URLObjPattern
, URLRegExPattern
, URLNamePattern
,
and URLPredicatePattern
.
URLObjPattern
,
URLRegExPattern
,
URLNamePattern
,
URLPredicatePattern
,
CrawlPattern
,
Config
Method Summary | |
abstract boolean |
matches(java.net.URL url)
checks whether some URL matches this pattern. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public abstract boolean matches(java.net.URL url)
|
EIP Web Crawler APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |