Uses of Class
org.sonar.check.Priority

Packages that use Priority
org.sonar.api.rules   
org.sonar.check   
 

Uses of Priority in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return Priority
 Priority RulePriority.toCheckPriority()
           
 

Methods in org.sonar.api.rules with parameters of type Priority
static RulePriority RulePriority.fromCheckPriority(Priority checkPriority)
           
 

Uses of Priority in org.sonar.check
 

Methods in org.sonar.check that return Priority
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.