Uses of Class
net.sourceforge.pmd.RulePriority
-
Packages that use RulePriority Package Description net.sourceforge.pmd -
-
Uses of RulePriority in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return RulePriority Modifier and Type Method Description RulePriorityPMDConfiguration. getMinimumPriority()Get the minimum priority threshold when loading Rules from RuleSets.static RulePriorityRulePriority. valueOf(int priority)Get the priority which corresponds to the given number as returned bygetPriority().static RulePriorityRulePriority. valueOf(String name)Returns the enum constant of this type with the specified name.static RulePriorityRulePriority. valueOfNullable(int priority)Returns the priority which corresponds to the given number as returned bygetPriority().static RulePriorityRulePriority. valueOfNullable(String priority)Returns the priority which corresponds to the given number as returned bygetPriority().static RulePriority[]RulePriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd with parameters of type RulePriority Modifier and Type Method Description voidPMDConfiguration. setMinimumPriority(RulePriority minimumPriority)Set the minimum priority threshold when loading Rules from RuleSets.
-