Uses of Class
net.sourceforge.pmd.RuleSetFactory
-
Packages that use RuleSetFactory Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.processor -
-
Uses of RuleSetFactory in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return RuleSetFactory Modifier and Type Method Description static RuleSetFactory
RulesetsFactoryUtils. createFactory(ClassLoader classLoader, RulePriority minimumPriority, boolean warnDeprecated, boolean enableCompatibility)
Deprecated.Use aRuleSetLoader
static RuleSetFactory
RulesetsFactoryUtils. createFactory(PMDConfiguration configuration)
Deprecated.static RuleSetFactory
RulesetsFactoryUtils. createFactory(PMDConfiguration configuration, ClassLoader classLoader)
Deprecated.Use aRuleSetLoader
static RuleSetFactory
RulesetsFactoryUtils. createFactory(RulePriority minimumPriority, boolean warnDeprecated, boolean enableCompatibility)
Deprecated.Use aRuleSetLoader
static RuleSetFactory
RulesetsFactoryUtils. createFactory(RulePriority minimumPriority, boolean warnDeprecated, boolean enableCompatibility, boolean includeDeprecatedRuleReferences)
Deprecated.Use aRuleSetLoader
static RuleSetFactory
RulesetsFactoryUtils. defaultFactory()
Deprecated.Returns a ruleset factory with default parameters.static RuleSetFactory
RulesetsFactoryUtils. getRulesetFactory(PMDConfiguration configuration, ResourceLoader resourceLoader)
Deprecated.Use aRuleSetLoader
RuleSetFactory
RuleSetLoader. toFactory()
Deprecated.RuleSetFactory
is deprecated, replace its usages with usages of this class, or of static factory methods ofRuleSet
Methods in net.sourceforge.pmd with parameters of type RuleSetFactory Modifier and Type Method Description static RuleSets
RulesetsFactoryUtils. getRuleSets(String rulesets, RuleSetFactory factory)
Deprecated.Internal APIstatic RuleSets
RulesetsFactoryUtils. getRuleSetsWithBenchmark(String rulesets, RuleSetFactory factory)
Deprecated.Is internal APIstatic void
PMD. processFiles(PMDConfiguration configuration, RuleSetFactory ruleSetFactory, List<DataSource> files, RuleContext ctx, List<Renderer> renderers)
Deprecated.UsePmdAnalysis
Constructors in net.sourceforge.pmd with parameters of type RuleSetFactory Constructor Description RuleSetFactory(RuleSetFactory factory, boolean warnDeprecated)
Deprecated.UsetoLoader()
to rebuild a factory from a configuration -
Uses of RuleSetFactory in net.sourceforge.pmd.processor
Methods in net.sourceforge.pmd.processor with parameters of type RuleSetFactory Modifier and Type Method Description protected RuleSets
AbstractPMDProcessor. createRuleSets(RuleSetFactory factory, Report report)
Deprecated.Rulesets are created upstream of the PMDProcessor now.void
AbstractPMDProcessor. processFiles(RuleSetFactory ruleSetFactory, List<DataSource> files, RuleContext ctx, List<Renderer> renderers)
Deprecated.
-