net.sourceforge.pmd
Class PMD
java.lang.Object
|
+--net.sourceforge.pmd.PMD
- public class PMD
- extends java.lang.Object
Field Summary |
static java.lang.String |
EOL
|
Constructor Summary |
PMD()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOL
public static final java.lang.String EOL
PMD
public PMD()
processFile
public void processFile(java.io.Reader reader,
RuleSet ruleSet,
RuleContext ctx)
throws PMDException
- Parameters:
reader
- - a Reader to the Java code to analyseruleSet
- - the set of rules to process against the filectx
- - the context in which PMD is operating. This contains the Renderer and whatnot
PMDException
processFile
public void processFile(java.io.InputStream fileContents,
RuleSet ruleSet,
RuleContext ctx)
throws PMDException
- Parameters:
fileContents
- - an InputStream to the Java code to analyseruleSet
- - the set of rules to process against the filectx
- - the context in which PMD is operating. This contains the Report and whatnot
PMDException
main
public static void main(java.lang.String[] args)
Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.