Uses of Class
net.sourceforge.pmd.RuleSetReference
-
Packages that use RuleSetReference Package Description net.sourceforge.pmd.lang.rule net.sourceforge.pmd.rules -
-
Uses of RuleSetReference in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule that return RuleSetReference Modifier and Type Method Description RuleSetReference
RuleReference. getRuleSetReference()
Methods in net.sourceforge.pmd.lang.rule with parameters of type RuleSetReference Modifier and Type Method Description void
RuleReference. setRuleSetReference(RuleSetReference ruleSetReference)
Deprecated.There's no use in setting the ruleset reference after constructionConstructors in net.sourceforge.pmd.lang.rule with parameters of type RuleSetReference Constructor Description RuleReference(Rule theRule, RuleSetReference theRuleSetReference)
Create a new reference to the given rule. -
Uses of RuleSetReference in net.sourceforge.pmd.rules
Methods in net.sourceforge.pmd.rules with parameters of type RuleSetReference Modifier and Type Method Description RuleReference
RuleFactory. decorateRule(Rule referencedRule, RuleSetReference ruleSetReference, Element ruleElement)
Deprecated.Decorates a referenced rule with the metadata that are overridden in the given rule element.
-