Class 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 Detail

      • RuleSetWrapper

        public RuleSetWrapper()
    • Method Detail

      • getFile

        public final String getFile()
      • addText

        public final void addText​(String t)