Uses of Class
org.sonar.api.rules.RulesCategory

Packages that use RulesCategory
org.sonar.api.rules   
 

Uses of RulesCategory in org.sonar.api.rules
 

Constructors in org.sonar.api.rules with parameters of type RulesCategory
Rule(String name, String key, RulesCategory rulesCategory, String pluginName, String description)
          Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String pluginKey, String key, String name, RulesCategory rulesCategory, RulePriority severity)
          Deprecated. since 2.3. Use the factory method Rule.create()
Rule(String name, String key, String configKey, RulesCategory rulesCategory, String pluginName, String description)
          Deprecated. since 2.3. Use the factory method Rule.create()
 



Copyright © 2009-2013 SonarSource. All Rights Reserved.