Uses of Class
net.sourceforge.pmd.PMDConfiguration
-
Packages that use PMDConfiguration Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cli net.sourceforge.pmd.processor -
-
Uses of PMDConfiguration in net.sourceforge.pmd
Fields in net.sourceforge.pmd declared as PMDConfiguration Modifier and Type Field Description protected PMDConfigurationPMD. configurationContains the configuration with which this PMD instance has been created.Methods in net.sourceforge.pmd that return PMDConfiguration Modifier and Type Method Description PMDConfigurationPMD. getConfiguration()Deprecated.Don't create a PMD instance just to create aPMDConfigurationMethods in net.sourceforge.pmd with parameters of type PMDConfiguration Modifier and Type Method Description static RuleSetFactoryRulesetsFactoryUtils. createFactory(PMDConfiguration configuration)Deprecated.static RuleSetFactoryRulesetsFactoryUtils. createFactory(PMDConfiguration configuration, ClassLoader classLoader)Deprecated.Use aRuleSetLoaderstatic intPMD. doPMD(PMDConfiguration configuration)This method is the main entry point for command line usage.static RuleSetLoaderRuleSetLoader. fromPmdConfig(PMDConfiguration configuration)Configure a new ruleset factory builder according to the parameters of the given PMD configuration.static List<DataSource>PMD. getApplicableFiles(PMDConfiguration configuration, Set<Language> languages)Determines all the files, that should be analyzed by PMD.static RuleSetFactoryRulesetsFactoryUtils. getRulesetFactory(PMDConfiguration configuration, ResourceLoader resourceLoader)Deprecated.Use aRuleSetLoaderstatic ParserPMD. parserFor(LanguageVersion languageVersion, PMDConfiguration configuration)Deprecated.This is internalstatic ReportPMD. processFiles(PMDConfiguration configuration, List<RuleSet> rulesets, Collection<? extends DataSource> files, List<Renderer> renderers)Run PMD using the given configuration.static 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 PMDConfiguration Constructor Description PMD(PMDConfiguration configuration)Deprecated.Just use the static methods, and maintain yourPMDConfigurationseparately.SourceCodeProcessor(PMDConfiguration configuration)Deprecated. -
Uses of PMDConfiguration in net.sourceforge.pmd.cli
Methods in net.sourceforge.pmd.cli that return PMDConfiguration Modifier and Type Method Description PMDConfigurationPMDParameters. toConfiguration()Deprecated.Converts these parameters into a configuration.static PMDConfigurationPMDParameters. transformParametersIntoConfiguration(PMDParameters params)Deprecated.To be removed in 7.0.0. -
Uses of PMDConfiguration in net.sourceforge.pmd.processor
Fields in net.sourceforge.pmd.processor declared as PMDConfiguration Modifier and Type Field Description protected PMDConfigurationAbstractPMDProcessor. configurationDeprecated.Constructors in net.sourceforge.pmd.processor with parameters of type PMDConfiguration Constructor Description AbstractPMDProcessor(PMDConfiguration configuration)Deprecated.MonoThreadProcessor(PMDConfiguration configuration)Deprecated.MultiThreadProcessor(PMDConfiguration configuration)Deprecated.
-