|
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.URLSeed
This part of a CrawlPattern
Config
represents a seed URL that is passed to the Crawler,
with optional HttpSpecific
information.
CrawlPattern
,
URLExcIncPattern
,
Group
,
Config
Constructor Summary | |
URLSeed(org.w3c.dom.Element element,
Config config)
(constructor) builds a URLSeed from the config XML tree |
|
URLSeed(java.lang.String url)
(constructor) builds a URLSeed from a url String |
Method Summary | |
java.net.PasswordAuthentication |
getAuthentication()
return authentication information if specified |
HttpSpecific |
getHttpSpecific()
returns any HTTP specific information for this seed, such as content, and message headers |
java.lang.String |
getURLString()
returns this seed's url |
boolean |
hasAuthentication()
checks whether this seed has any authentication information |
boolean |
hasHttpSpecific()
checks whether this seed has any HttpSpecific information |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLSeed(org.w3c.dom.Element element, Config config) throws ConfigException
public URLSeed(java.lang.String url)
Method Detail |
public java.lang.String getURLString()
public HttpSpecific getHttpSpecific()
public boolean hasHttpSpecific()
HttpSpecific
informationpublic boolean hasAuthentication()
public java.net.PasswordAuthentication getAuthentication()
|
EIP Web Crawler APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |