Enterprise Information Portal APIs

com.ibm.gcs.component.config
Class Group

java.lang.Object
  |
  +--com.ibm.gcs.component.config.Group

public class Group
extends java.lang.Object

This part of the Config represents a group of resources that will be crawled and summarized in a particular way. It has three sections: a group name, an array of "CrawlPatterns", and a "SummarizerList". see CrawlPatternList see SummarizerList

See Also:
Config

Method Summary
 Config getConfig()
          returns the parent Config object.
 CrawlPattern[] getCrawlPatterns()
          returns an array of this group's URL patterns
 java.lang.String getName()
          returns the name of this group
 SummarizerConfig getSummarizerConfig()
          returns this group's summarizer config
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
returns the name of this group

getCrawlPatterns

public CrawlPattern[] getCrawlPatterns()
returns an array of this group's URL patterns

getSummarizerConfig

public SummarizerConfig getSummarizerConfig()
returns this group's summarizer config

getConfig

public Config getConfig()
returns the parent Config object.

EIP Web Crawler APIs

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