Uses of Interface
com.norconex.crawler.web.doc.operations.robot.RobotsTxtProvider
Packages that use RobotsTxtProvider
-
Uses of RobotsTxtProvider in com.norconex.crawler.web
Methods in com.norconex.crawler.web that return RobotsTxtProviderModifier and TypeMethodDescriptionWebCrawlerConfig.getRobotsTxtProvider()The provider of robots.txt rules for a site (if applicable).Methods in com.norconex.crawler.web with parameters of type RobotsTxtProviderModifier and TypeMethodDescriptionWebCrawlerConfig.setRobotsTxtProvider(RobotsTxtProvider robotsTxtProvider) The provider of robots.txt rules for a site (if applicable). -
Uses of RobotsTxtProvider in com.norconex.crawler.web.doc.operations.robot.impl
Classes in com.norconex.crawler.web.doc.operations.robot.impl that implement RobotsTxtProviderModifier and TypeClassDescriptionclassImplementation ofRobotsTxtProvideras per the robots.txt standard described at http://www.robotstxt.org/robotstxt.html.