Package net.sourceforge.pmd.ant
Class RuleSetWrapper
- java.lang.Object
-
- net.sourceforge.pmd.ant.RuleSetWrapper
-
public class RuleSetWrapper extends Object
Part of PMD Ant task configuration. Setters of this class are interpreted by Ant as properties settable in the XML. This is therefore published API.This class is used to configure
RuleSet
as nested XML tags. It might look like this:<pmd> <ruleset>rulesets/java/quickstart.xml</ruleset> </pmd>
- See Also:
PMDTask.addRuleset(RuleSetWrapper)
-
-
Constructor Summary
Constructors Constructor Description RuleSetWrapper()
-