Uses of Class
crawlercommons.robots.BaseRobotsParser
-
Packages that use BaseRobotsParser Package Description crawlercommons.robots The robots package contains all of the robots.txt rule inference, parsing and utilities contained within Crawler Commons. -
-
Uses of BaseRobotsParser in crawlercommons.robots
Subclasses of BaseRobotsParser in crawlercommons.robots Modifier and Type Class Description classSimpleRobotRulesParserThis implementation ofBaseRobotsParserretrieves a set ofrulesfor an agent with the given name from therobots.txtfile of a given domain.
-