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 class
SimpleRobotRulesParser
This implementation ofBaseRobotsParser
retrieves a set ofrules
for an agent with the given name from therobots.txt
file of a given domain.
-