Uses of Class
net.sourceforge.pmd.RuleSetReferenceId
-
Packages that use RuleSetReferenceId Package Description net.sourceforge.pmd This is the PMD programming mistake detector. -
-
Uses of RuleSetReferenceId in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return types with arguments of type RuleSetReferenceId Modifier and Type Method Description static List<RuleSetReferenceId>RuleSetReferenceId. parse(String referenceString)Deprecated.Parse a String comma separated list of RuleSet reference IDs into a List of RuleReferenceId instances.Methods in net.sourceforge.pmd with parameters of type RuleSetReferenceId Modifier and Type Method Description RuleSetRuleSetFactory. createRuleSet(RuleSetReferenceId ruleSetReferenceId)Deprecated.Will not be replacedMethod parameters in net.sourceforge.pmd with type arguments of type RuleSetReferenceId Modifier and Type Method Description RuleSetsRuleSetFactory. createRuleSets(List<RuleSetReferenceId> ruleSetReferenceIds)Deprecated.Will not be replacedConstructors in net.sourceforge.pmd with parameters of type RuleSetReferenceId Constructor Description RuleSetReferenceId(String id, RuleSetReferenceId externalRuleSetReferenceId)Deprecated.Construct a RuleSetReferenceId for the given single ID string.
-