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 RuleSetReferenceRuleReference. getRuleSetReference()Methods in net.sourceforge.pmd.lang.rule with parameters of type RuleSetReference Modifier and Type Method Description voidRuleReference. 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 RuleReferenceRuleFactory. decorateRule(Rule referencedRule, RuleSetReference ruleSetReference, Element ruleElement)Decorates a referenced rule with the metadata that are overridden in the given rule element.
-