Uses of Class
com.norconex.crawler.web.doc.operations.robot.RobotsTxt.RobotsTxtBuilder
Packages that use RobotsTxt.RobotsTxtBuilder
-
Uses of RobotsTxt.RobotsTxtBuilder in com.norconex.crawler.web.doc.operations.robot
Methods in com.norconex.crawler.web.doc.operations.robot that return RobotsTxt.RobotsTxtBuilderModifier and TypeMethodDescriptionstatic RobotsTxt.RobotsTxtBuilderRobotsTxt.builder()RobotsTxt.RobotsTxtBuilder.clearFilters()RobotsTxt.RobotsTxtBuilder.clearSitemapLocations()RobotsTxt.RobotsTxtBuilder.crawlDelay(float crawlDelay) RobotsTxt.RobotsTxtBuilder.filter(RobotsTxtFilter filter) RobotsTxt.RobotsTxtBuilder.filters(Collection<? extends RobotsTxtFilter> filters) RobotsTxt.RobotsTxtBuilder.sitemapLocation(String sitemapLocation) RobotsTxt.RobotsTxtBuilder.sitemapLocations(Collection<? extends String> sitemapLocations)