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