|
|||||||||||
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 |
RuleSetFactory.createRuleSet(java.lang.String name,
java.lang.ClassLoader classLoader)
Create a ruleset from a name or from a list of names |
RuleSet |
RuleSetFactory.createRuleSet(java.lang.String name)
Creates a ruleset. |
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 |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |