|
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.Group
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
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 |
public java.lang.String getName()
public CrawlPattern[] getCrawlPatterns()
public SummarizerConfig getSummarizerConfig()
public Config getConfig()
|
EIP Web Crawler APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |