Enterprise Information Portal APIs

com.ibm.gcs.component.config
Class URLExcIncPattern

java.lang.Object
  |
  +--com.ibm.gcs.component.config.URLExcIncPattern
Direct Known Subclasses:
URLNamePattern, URLObjPattern, URLPredicatePattern, URLRegExPattern

public abstract class URLExcIncPattern
extends java.lang.Object

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.

See Also:
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

matches

public abstract boolean matches(java.net.URL url)
checks whether some URL matches this pattern.

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.