|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.importing.crawler.web.extractor.DefaultLinkExtractor
public class DefaultLinkExtractor
Simple LinkExtractor implementation using an HTML extractor.
| Constructor Summary | |
|---|---|
DefaultLinkExtractor()
|
|
| Method Summary | |
|---|---|
java.util.Collection<Record> |
extractLinks(Record inputRecord,
WebCrawlingContext context)
|
void |
setLinkExtractorHtml(LinkExtractorHtml linkExtractorHtml)
sets the HTML extractor implementation to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLinkExtractor()
| Method Detail |
|---|
public java.util.Collection<Record> extractLinks(Record inputRecord,
WebCrawlingContext context)
throws WebCrawlerException
extractLinks in interface LinkExtractorinputRecord - input record with contentcontext - the web crawling context
WebCrawlerExceptionpublic void setLinkExtractorHtml(LinkExtractorHtml linkExtractorHtml)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||