Uses of Class
crawlercommons.robots.SimpleRobotRules.RobotRulesMode
- 
Packages that use SimpleRobotRules.RobotRulesMode 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.RobotRulesMode in crawlercommons.robotsFields in crawlercommons.robots declared as SimpleRobotRules.RobotRulesMode Modifier and Type Field Description protected SimpleRobotRules.RobotRulesModeSimpleRobotRules. _modeMethods in crawlercommons.robots that return SimpleRobotRules.RobotRulesMode Modifier and Type Method Description static SimpleRobotRules.RobotRulesModeSimpleRobotRules.RobotRulesMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleRobotRules.RobotRulesMode[]SimpleRobotRules.RobotRulesMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in crawlercommons.robots with parameters of type SimpleRobotRules.RobotRulesMode Constructor Description SimpleRobotRules(SimpleRobotRules.RobotRulesMode mode)
 
-