|
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 | +--com.ibm.gcs.component.config.URLPredicatePattern
This type of URLExcIncPattern
matches a URL
using a separate UnaryPredicate
class.
This pattern can be used in the exclude-pattern-list or include-pattern-list
of a CrawlPattern
in a Group
in the GCS Config
.
It is constructed from a url-obj-pattern
element.
URLExcIncPattern
,
CrawlPattern
,
Group
,
Config
Method Summary | |
com.ibm.gcs.util.jdp.UnaryPredicate |
getPredicate()
|
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 com.ibm.gcs.util.jdp.UnaryPredicate getPredicate()
public boolean matches(java.net.URL url)
URLExcIncPattern
matches
in class URLExcIncPattern
|
EIP Web Crawler APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |