|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleSet | |
net.sourceforge.pmd | This is the PMD programming mistake detector. |
Uses of RuleSet in net.sourceforge.pmd |
Methods in net.sourceforge.pmd that return RuleSet | |
RuleSet[] |
RuleSets.getAllRuleSets()
Get all the RuleSets. |
RuleSet |
RuleSetFactory.createRuleSet(java.lang.String name,
java.lang.ClassLoader classLoader)
Deprecated. Use createRuleSets instead, because this method puts all rules in one single RuleSet object, and thus removes name and language of the originating rule set files. |
RuleSet |
RuleSetFactory.createRuleSet(java.lang.String name)
Deprecated. Use createRuleSets instead, because this method puts all rules in one single RuleSet object, and thus removes name and language of the originating rule set files. |
RuleSet |
RuleSetFactory.createSingleRuleSet(java.lang.String ruleSetFileName,
java.lang.ClassLoader classLoader)
Create a ruleset from a name |
RuleSet |
RuleSetFactory.createSingleRuleSet(java.lang.String ruleSetFileName)
Create a ruleset from a name |
RuleSet |
RuleSetFactory.createRuleSet(java.io.InputStream inputStream)
Create a ruleset from an inputsteam. |
RuleSet |
RuleSetFactory.createRuleSet(java.io.InputStream inputStream,
java.lang.ClassLoader classLoader)
Create a ruleset from an input stream with a specified class loader |
Methods in net.sourceforge.pmd with parameters of type RuleSet | |
void |
RuleSets.addRuleSet(RuleSet ruleSet)
Add a ruleset for a language. |
void |
PMD.processFile(java.io.Reader reader,
RuleSet ruleSet,
RuleContext ctx)
Processes the file read by the reader agains the rule set. |
void |
PMD.processFile(java.io.InputStream fileContents,
java.lang.String encoding,
RuleSet ruleSet,
RuleContext ctx)
Processes the input stream agains a rule set using the given input encoding. |
void |
PMD.processFile(java.io.InputStream fileContents,
RuleSet ruleSet,
RuleContext ctx)
Processes the input stream against a rule set assuming the platform character set. |
void |
RuleSet.addRuleSet(RuleSet ruleSet)
Add a whole RuleSet to this RuleSet |
Constructors in net.sourceforge.pmd with parameters of type RuleSet | |
RuleSets(RuleSet ruleSet)
Public constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |