Uses of Interface
com.norconex.collector.http.crawler.IStartURLsProvider
Packages that use IStartURLsProvider
-
Uses of IStartURLsProvider in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return types with arguments of type IStartURLsProviderModifier and TypeMethodDescriptionHttpCrawlerConfig.getStartURLsProviders()Gets the providers of URLs used as starting points for crawling.Methods in com.norconex.collector.http.crawler with parameters of type IStartURLsProviderModifier and TypeMethodDescriptionvoidHttpCrawlerConfig.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 IStartURLsProviderModifier and TypeMethodDescriptionvoidHttpCrawlerConfig.setStartURLsProviders(List<IStartURLsProvider> startURLsProviders) Sets the providers of URLs used as starting points for crawling.