|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RulePriority | |
|---|---|
| net.sourceforge.pmd | This is the PMD programming mistake detector. |
| net.sourceforge.pmd.cli | |
| net.sourceforge.pmd.lang.rule | |
| Uses of RulePriority in net.sourceforge.pmd |
|---|
| Methods in net.sourceforge.pmd that return RulePriority | |
|---|---|
RulePriority |
PMDConfiguration.getMinimumPriority()
Get the minimum priority threshold when loading Rules from RuleSets. |
RulePriority |
Rule.getPriority()
Get the priority of this Rule. |
static RulePriority |
RulePriority.valueOf(int priority)
Get the priority which corresponds to the given number as returned by getPriority(). |
static RulePriority |
RulePriority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
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 | |
|---|---|
void |
PMDConfiguration.setMinimumPriority(RulePriority minimumPriority)
Set the minimum priority threshold when loading Rules from RuleSets. |
void |
RuleSetFactory.setMinimumPriority(RulePriority minimumPriority)
Set the minimum rule priority threshold for all Rules which are loaded from RuleSets via reference. |
void |
Rule.setPriority(RulePriority priority)
Set the priority of this Rule. |
| Uses of RulePriority in net.sourceforge.pmd.cli |
|---|
| Methods in net.sourceforge.pmd.cli that return RulePriority | |
|---|---|
RulePriority |
PMDParameters.RulePriorityConverter.convert(String value)
|
RulePriority |
PMDParameters.getMinimumPriority()
|
| Uses of RulePriority in net.sourceforge.pmd.lang.rule |
|---|
| Methods in net.sourceforge.pmd.lang.rule that return RulePriority | |
|---|---|
RulePriority |
RuleReference.getOverriddenPriority()
|
RulePriority |
AbstractDelegateRule.getPriority()
|
RulePriority |
AbstractRule.getPriority()
|
| Methods in net.sourceforge.pmd.lang.rule with parameters of type RulePriority | |
|---|---|
void |
RuleReference.setPriority(RulePriority priority)
|
void |
AbstractDelegateRule.setPriority(RulePriority priority)
|
void |
AbstractRule.setPriority(RulePriority priority)
|
| Constructors in net.sourceforge.pmd.lang.rule with parameters of type RulePriority | |
|---|---|
MockRule(String name,
String description,
String message,
String ruleSetName,
RulePriority priority)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||