Package | Description |
---|---|
net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
Modifier and Type | Method and Description |
---|---|
static List<RuleSetReferenceId> |
RuleSetReferenceId.parse(String referenceString)
Parse a String comma separated list of RuleSet reference IDs into a List
of RuleReferenceId instances.
|
Modifier and Type | Method and Description |
---|---|
RuleSet |
RuleSetFactory.createRuleSet(RuleSetReferenceId ruleSetReferenceId)
Create a RuleSet from a RuleSetReferenceId.
|
Modifier and Type | Method and Description |
---|---|
RuleSets |
RuleSetFactory.createRuleSets(List<RuleSetReferenceId> ruleSetReferenceIds)
Create a RuleSets from a list of RuleSetReferenceIds.
|
Constructor and Description |
---|
RuleSetReferenceId(String id,
RuleSetReferenceId externalRuleSetReferenceId)
Construct a RuleSetReferenceId for the given single ID string.
|
Copyright © 2002-2017 PMD. All Rights Reserved.