Package net.sourceforge.pmd
Class RuleSetLoader
- java.lang.Object
-
- net.sourceforge.pmd.RuleSetLoader
-
public final class RuleSetLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description RuleSetLoader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleSetLoader
fromPmdConfig(PMDConfiguration configuration)
List<RuleSet>
loadFromResources(Collection<String> paths)
RuleSetLoader
warnDeprecated(boolean warn)
-
-
-
Method Detail
-
warnDeprecated
public RuleSetLoader warnDeprecated(boolean warn)
-
loadFromResources
public List<RuleSet> loadFromResources(Collection<String> paths)
-
fromPmdConfig
public static RuleSetLoader fromPmdConfig(PMDConfiguration configuration)
-
-