Package net.sourceforge.pmd.ant
Class RuleSetWrapper
java.lang.Object
net.sourceforge.pmd.ant.RuleSetWrapper
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuleSetWrapper
public RuleSetWrapper()
-
-
Method Details
-
getFile
-
addText
-