|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleSets | |
net.sourceforge.pmd | This is the PMD programming mistake detector. |
Uses of RuleSets in net.sourceforge.pmd |
Methods in net.sourceforge.pmd that return RuleSets | |
RuleSets |
RuleSetFactory.createRuleSets(java.lang.String ruleSetFileNames,
java.lang.ClassLoader classLoader)
Create a RuleSets from a list of names. |
RuleSets |
RuleSetFactory.createRuleSets(java.lang.String ruleSetFileNames)
Create a RuleSets from a list of names, using the classloader of this class. |
Methods in net.sourceforge.pmd with parameters of type RuleSets | |
void |
PMD.processFile(java.io.Reader reader,
RuleSets ruleSets,
RuleContext ctx)
Processes the file read by the reader agains the rule set. |
void |
PMD.processFile(java.io.Reader reader,
RuleSets ruleSets,
RuleContext ctx,
SourceType sourceType)
Processes the file read by the reader agains the rule set. |
void |
PMD.processFile(java.io.InputStream fileContents,
java.lang.String encoding,
RuleSets ruleSets,
RuleContext ctx)
Processes the input stream agains a rule set using the given input encoding. |
void |
PMD.processFiles(java.util.List files,
RuleContext ctx,
RuleSets rulesets,
boolean debugEnabled,
boolean shortNamesEnabled,
java.lang.String inputPath,
java.lang.String encoding)
Run PMD on a list of files. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |