Uses of Class
crawlercommons.robots.SimpleRobotRules.RobotRule
-
Packages that use SimpleRobotRules.RobotRule Package Description crawlercommons.robots The robots package contains all of the robots.txt rule inference, parsing and utilities contained within Crawler Commons. -
-
Uses of SimpleRobotRules.RobotRule in crawlercommons.robots
Fields in crawlercommons.robots with type parameters of type SimpleRobotRules.RobotRule Modifier and Type Field Description protected ArrayList<SimpleRobotRules.RobotRule>
SimpleRobotRules. _rules
Methods in crawlercommons.robots that return types with arguments of type SimpleRobotRules.RobotRule Modifier and Type Method Description List<SimpleRobotRules.RobotRule>
SimpleRobotRules. getRobotRules()
Methods in crawlercommons.robots with parameters of type SimpleRobotRules.RobotRule Modifier and Type Method Description int
SimpleRobotRules.RobotRule. compareTo(SimpleRobotRules.RobotRule o)
-