Interface LinkExtractor

All Known Implementing Classes:
DomLinkExtractor, HtmlLinkExtractor, RegexLinkExtractor, TikaLinkExtractor, XmlFeedLinkExtractor

public interface LinkExtractor
Responsible for finding links in documents. Links are URLs to be followed with possibly contextual information about that URL (the "a" tag attributes, and text).

Implementing classes also implementing XmlConfigurable should make sure to name their XML tag "extractor", normally nested in linkExtractors tags.
  • Method Summary

    Modifier and Type
    Method
    Description