RuleSetLoader |
RuleSetLoader.enableCompatibility(boolean enable) |
Enable translating old rule references to newer ones, if they have
been moved or renamed.
|
RuleSetLoader |
RuleSetLoader.filterAbovePriority(RulePriority minimumPriority) |
Filter loaded rules to only those that match or are above
the given priority.
|
static RuleSetLoader |
RuleSetLoader.fromPmdConfig(PMDConfiguration configuration) |
Configure a new ruleset factory builder according to the parameters
of the given PMD configuration.
|
RuleSetLoader |
RuleSetLoader.includeDeprecatedRuleReferences(boolean enable) |
Follow deprecated rule references.
|
RuleSetLoader |
RuleSetLoader.loadResourcesWith(ClassLoader classLoader) |
Specify that the given classloader should be used to resolve
paths to external ruleset references.
|
RuleSetLoader |
RuleSetFactory.toLoader() |
Deprecated.
|
RuleSetLoader |
RuleSetLoader.warnDeprecated(boolean warn) |
Log a warning when referencing a deprecated rule.
|