Uses of Class
com.norconex.crawler.web.doc.operations.link.impl.RegexLinkExtractorConfig
Packages that use RegexLinkExtractorConfig
-
Uses of RegexLinkExtractorConfig in com.norconex.crawler.web.doc.operations.link.impl
Methods in com.norconex.crawler.web.doc.operations.link.impl that return RegexLinkExtractorConfigModifier and TypeMethodDescriptionRegexLinkExtractorConfig.clearPatterns()RegexLinkExtractor.getConfiguration()RegexLinkExtractorConfig.setCharset(Charset charset) Gets the character set of pages on which link extraction is performed.RegexLinkExtractorConfig.setContentTypeMatcher(TextMatcher matcher) The matcher of content types to apply link extraction on.RegexLinkExtractorConfig.setMaxUrlLength(int maxUrlLength) The maximum supported URL length.RegexLinkExtractorConfig.setPatterns(List<RegexLinkExtractorConfig.ExtractionPattern> patterns)