Package | Description |
---|---|
net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
net.sourceforge.pmd.benchmark | |
net.sourceforge.pmd.util |
Modifier and Type | Method and Description |
---|---|
RuleSet |
RuleSetFactory.createRuleSet(RuleSetReferenceId ruleSetReferenceId)
Create a RuleSet from a RuleSetReferenceId.
|
RuleSet |
RuleSetFactory.createRuleSet(java.lang.String referenceString)
Create a RuleSet from a RuleSet reference ID string.
|
RuleSets |
RuleSetFactory.createRuleSets(java.util.List<RuleSetReferenceId> ruleSetReferenceIds)
Create a RuleSets from a list of RuleSetReferenceIds.
|
RuleSets |
RuleSetFactory.createRuleSets(java.lang.String referenceString)
Create a RuleSets from a comma separated list of RuleSet reference IDs.
|
java.io.InputStream |
RuleSetReferenceId.getInputStream(ResourceLoader rl)
Try to load the RuleSet resource with the specified ResourceLoader.
|
java.util.Iterator<RuleSet> |
RuleSetFactory.getRegisteredRuleSets()
Returns an Iterator of RuleSet objects loaded from descriptions from the
"categories.properties" resource for each Language with Rule support.
|
Modifier and Type | Method and Description |
---|---|
static void |
Benchmarker.main(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
ResourceLoader.loadClassPathResourceAsStreamOrThrow(java.lang.String name) |
java.io.InputStream |
ResourceLoader.loadResourceAsStream(java.lang.String name)
Attempts to load the resource from file, a URL or the claspath
|
Copyright © 2002–2017 PMD. All rights reserved.