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(String referenceString)
Create a RuleSet from a RuleSet reference ID string.
|
RuleSets |
RuleSetFactory.createRuleSets(List<RuleSetReferenceId> ruleSetReferenceIds)
Create a RuleSets from a list of RuleSetReferenceIds.
|
RuleSets |
RuleSetFactory.createRuleSets(String referenceString)
Create a RuleSets from a comma separated list of RuleSet reference IDs
when the parameter ruleSets is null.
|
RuleSets |
RuleSetFactory.createRuleSets(String referenceString,
RuleSets ruleSets)
Create a RuleSets from a comma separated list of RuleSet reference IDs when the parameter ruleSets is null.
|
InputStream |
RuleSetReferenceId.getInputStream(ClassLoader classLoader)
Try to load the RuleSet resource with the specified ClassLoader.
|
Iterator<RuleSet> |
RuleSetFactory.getRegisteredRuleSets()
Returns an Iterator of RuleSet objects loaded from descriptions from the
"rulesets.properties" resource for each Language with Rule support.
|
Modifier and Type | Method and Description |
---|---|
static void |
Benchmarker.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static InputStream |
ResourceLoader.loadResourceAsStream(String name)
Method to find a file, first by finding it as a file
(either by the absolute or relative path), then as
a URL, and then finally seeing if it is on the classpath.
|
static InputStream |
ResourceLoader.loadResourceAsStream(String name,
ClassLoader loader)
Uses the ClassLoader passed in to attempt to load the
resource if it's not a File or a URL
|
Copyright © 2002-2015 InfoEther. All Rights Reserved.