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:
  • Constructor Details

    • RuleSetWrapper

      public RuleSetWrapper()
  • Method Details

    • getFile

      public final String getFile()
    • addText

      public final void addText(String t)