| java.lang.Object org.acm.seguin.pmd.PMD
Method Summary | |
public static void | main(String[] args) | public void | processFile(Reader reader, RuleSet ruleSet, RuleContext ctx) Parameters: reader - - a Reader to the Java code to analyse Parameters: ruleSet - - the set of rules to process against the file Parameters: ctx - - the context in which PMD is operating. | public void | processFile(InputStream fileContents, RuleSet ruleSet, RuleContext ctx) Parameters: fileContents - - an InputStream to the Java code to analyse Parameters: ruleSet - - the set of rules to process against the file Parameters: ctx - - the context in which PMD is operating. |
processFile | public void processFile(Reader reader, RuleSet ruleSet, RuleContext ctx) throws PMDException(Code) | | Parameters: reader - - a Reader to the Java code to analyse Parameters: ruleSet - - the set of rules to process against the file Parameters: ctx - - the context in which PMD is operating. This contains the Renderer and whatnot |
processFile | public void processFile(InputStream fileContents, RuleSet ruleSet, RuleContext ctx) throws PMDException(Code) | | Parameters: fileContents - - an InputStream to the Java code to analyse Parameters: ruleSet - - the set of rules to process against the file Parameters: ctx - - the context in which PMD is operating. This contains the Report and whatnot |
|
|