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 RuleSetFactoryRulesetsFactoryUtils. createFactory(ClassLoader classLoader, RulePriority minimumPriority, boolean warnDeprecated, boolean enableCompatibility)Deprecated.Use aRuleSetLoaderstatic RuleSetFactoryRulesetsFactoryUtils. createFactory(PMDConfiguration configuration)Deprecated.static RuleSetFactoryRulesetsFactoryUtils. createFactory(PMDConfiguration configuration, ClassLoader classLoader)Deprecated.Use aRuleSetLoaderstatic RuleSetFactoryRulesetsFactoryUtils. createFactory(RulePriority minimumPriority, boolean warnDeprecated, boolean enableCompatibility)Deprecated.Use aRuleSetLoaderstatic RuleSetFactoryRulesetsFactoryUtils. createFactory(RulePriority minimumPriority, boolean warnDeprecated, boolean enableCompatibility, boolean includeDeprecatedRuleReferences)Deprecated.Use aRuleSetLoaderstatic RuleSetFactoryRulesetsFactoryUtils. defaultFactory()Deprecated.Returns a ruleset factory with default parameters.static RuleSetFactoryRulesetsFactoryUtils. getRulesetFactory(PMDConfiguration configuration, ResourceLoader resourceLoader)Deprecated.Use aRuleSetLoaderRuleSetFactoryRuleSetLoader. toFactory()Deprecated.RuleSetFactoryis deprecated, replace its usages with usages of this class, or of static factory methods ofRuleSetMethods in net.sourceforge.pmd with parameters of type RuleSetFactory Modifier and Type Method Description static RuleSetsRulesetsFactoryUtils. getRuleSets(String rulesets, RuleSetFactory factory)Deprecated.Internal APIstatic RuleSetsRulesetsFactoryUtils. getRuleSetsWithBenchmark(String rulesets, RuleSetFactory factory)Deprecated.Is internal APIstatic voidPMD. processFiles(PMDConfiguration configuration, RuleSetFactory ruleSetFactory, List<DataSource> files, RuleContext ctx, List<Renderer> renderers)Deprecated.UsePMD.processFiles(PMDConfiguration, List, Collection, List)so as not to depend onRuleSetFactory.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 RuleSetsAbstractPMDProcessor. createRuleSets(RuleSetFactory factory, Report report)Deprecated.Create instances for each rule defined in the ruleset(s) in the configuration.voidAbstractPMDProcessor. processFiles(RuleSetFactory ruleSetFactory, List<DataSource> files, RuleContext ctx, List<Renderer> renderers)Deprecated.
-