Uses of Class
net.sourceforge.pmd.RuleSetReferenceId

Packages that use RuleSetReferenceId
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
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
 RuleSet RuleSetFactory.createRuleSet(RuleSetReferenceId ruleSetReferenceId)
          Create a RuleSet from a RuleSetReferenceId.
 

Method parameters in net.sourceforge.pmd with type arguments of type RuleSetReferenceId
 RuleSets RuleSetFactory.createRuleSets(List<RuleSetReferenceId> ruleSetReferenceIds)
          Create a RuleSets from a list of RuleSetReferenceIds.
 

Constructors in net.sourceforge.pmd with parameters of type RuleSetReferenceId
RuleSetReferenceId(String id, RuleSetReferenceId externalRuleSetReferenceId)
          Construct a RuleSetReferenceId for the given single ID string.
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.