|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleSets | |
|---|---|
| net.sourceforge.pmd | This is the PMD programming mistake detector. |
| net.sourceforge.pmd.processor | |
| Uses of RuleSets in net.sourceforge.pmd |
|---|
| Methods in net.sourceforge.pmd that return RuleSets | |
|---|---|
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. |
static RuleSets |
RulesetsFactoryUtils.getRuleSets(java.lang.String rulesets,
RuleSetFactory factory)
Creates a new rulesets with the given string. |
static RuleSets |
RulesetsFactoryUtils.getRuleSetsWithBenchmark(java.lang.String rulesets,
RuleSetFactory factory)
See RulesetsFactoryUtils.getRuleSets(String, RuleSetFactory). |
| Methods in net.sourceforge.pmd with parameters of type RuleSets | |
|---|---|
void |
SourceCodeProcessor.processSourceCode(java.io.InputStream sourceCode,
RuleSets ruleSets,
RuleContext ctx)
Processes the input stream against a rule set using the given input encoding. |
void |
SourceCodeProcessor.processSourceCode(java.io.Reader sourceCode,
RuleSets ruleSets,
RuleContext ctx)
Processes the input stream against a rule set using the given input encoding. |
static Report |
PMD.setupReport(RuleSets rs,
RuleContext ctx,
java.lang.String fileName)
Create a report, filter out any defective rules, and keep a record of them. |
| Uses of RuleSets in net.sourceforge.pmd.processor |
|---|
| Methods in net.sourceforge.pmd.processor that return RuleSets | |
|---|---|
protected RuleSets |
AbstractPMDProcessor.createRuleSets(RuleSetFactory factory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||