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