net.sourceforge.pmd.ant
public class PMDTask extends Task
| Method Summary | |
|---|---|
| void | addFileset(FileSet set) |
| void | addFormatter(Formatter f) |
| void | addRuleset(RuleSetWrapper r) |
| Path | createAuxClasspath() |
| Path | createClasspath() |
| void | execute() |
| Path | getAuxClasspath() |
| Path | getClasspath() |
| void | setAuxClasspath(Path auxClasspath) |
| void | setAuxClasspathRef(Reference r) |
| void | setClasspath(Path classpath) |
| void | setClasspathRef(Reference r) |
| void | setCpus(int cpus) |
| void | setEncoding(String encoding) |
| void | setExcludeMarker(String value) |
| void | setFailOnError(boolean fail) |
| void | setFailOnRuleViolation(boolean fail) |
| void | setFailuresPropertyName(String failuresPropertyName) |
| void | setMaxRuleViolations(int max) |
| void | setMinimumPriority(int minPriority) |
| void | setRuleSetFiles(String ruleSetFiles) |
| void | setShortFilenames(boolean value) |
| void | setTargetJDK(String value) |