Uses of Class
com.norconex.collector.http.crawler.URLCrawlScopeStrategy
-
Packages that use URLCrawlScopeStrategy Package Description com.norconex.collector.http.crawler -
-
Uses of URLCrawlScopeStrategy in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return URLCrawlScopeStrategy Modifier and Type Method Description URLCrawlScopeStrategy
HttpCrawlerConfig. getURLCrawlScopeStrategy()
Gets the strategy to use to determine if a URL is in scope.Methods in com.norconex.collector.http.crawler with parameters of type URLCrawlScopeStrategy Modifier and Type Method Description void
HttpCrawlerConfig. setUrlCrawlScopeStrategy(URLCrawlScopeStrategy urlCrawlScopeStrategy)
Sets the strategy to use to determine if a URL is in scope.
-