Package | Description |
---|---|
net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<RuleSetReferenceId> |
RuleSetReferenceId.parse(java.lang.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(java.util.List<RuleSetReferenceId> ruleSetReferenceIds)
Create a RuleSets from a list of RuleSetReferenceIds.
|
Constructor and Description |
---|
RuleSetReferenceId(java.lang.String id,
RuleSetReferenceId externalRuleSetReferenceId)
Construct a RuleSetReferenceId for the given single ID string.
|
Copyright © 2002–2017 PMD. All rights reserved.