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)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)Create a RuleSet from a RuleSetReferenceId.Method parameters in net.sourceforge.pmd with type arguments of type RuleSetReferenceId Modifier and Type Method Description RuleSetsRuleSetFactory. createRuleSets(List<RuleSetReferenceId> ruleSetReferenceIds)Create a RuleSets from a list of RuleSetReferenceIds.Constructors in net.sourceforge.pmd with parameters of type RuleSetReferenceId Constructor Description RuleSetReferenceId(String id, RuleSetReferenceId externalRuleSetReferenceId)Construct a RuleSetReferenceId for the given single ID string.
-