Uses of Interface
com.norconex.collector.http.crawler.IStartURLsProvider
-
Packages that use IStartURLsProvider Package Description com.norconex.collector.http.crawler -
-
Uses of IStartURLsProvider in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return types with arguments of type IStartURLsProvider Modifier and Type Method Description List<IStartURLsProvider>
HttpCrawlerConfig. getStartURLsProviders()
Gets the providers of URLs used as starting points for crawling.Methods in com.norconex.collector.http.crawler with parameters of type IStartURLsProvider Modifier and Type Method Description void
HttpCrawlerConfig. setStartURLsProviders(IStartURLsProvider... startURLsProviders)
Sets the providers of URLs used as starting points for crawling.Method parameters in com.norconex.collector.http.crawler with type arguments of type IStartURLsProvider Modifier and Type Method Description void
HttpCrawlerConfig. setStartURLsProviders(List<IStartURLsProvider> startURLsProviders)
Sets the providers of URLs used as starting points for crawling.
-