public interface LinkExtractor
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Record> |
extractLinks(Record inputRecord,
WebCrawlingContext context) |
java.util.Collection<Record> extractLinks(Record inputRecord, WebCrawlingContext context) throws WebCrawlerException
inputRecord
- input record with contentcontext
- the web crawling contextWebCrawlerException