Package net.sourceforge.pmd
Class RuleSetReference
- java.lang.Object
-
- net.sourceforge.pmd.RuleSetReference
-
public class RuleSetReference extends Object
This class represents a reference to RuleSet.
-
-
Constructor Summary
Constructors Constructor Description RuleSetReference(String theFilename)
RuleSetReference(String theFilename, boolean allRules)
RuleSetReference(String theFilename, boolean allRules, Set<String> excludes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getExcludes()
String
getRuleSetFileName()
boolean
isAllRules()
-