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.internal.util 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. configurationDeprecated.this configuration field is unused and will be removed.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 PmdAnalysisPmdAnalysis. create(PMDConfiguration config)Constructs a new instance from a configuration.static RuleSetFactoryRulesetsFactoryUtils. createFactory(PMDConfiguration configuration)Deprecated.static RuleSetFactoryRulesetsFactoryUtils. createFactory(PMDConfiguration configuration, ClassLoader classLoader)Deprecated.Use aRuleSetLoaderstatic intPMD. doPMD(PMDConfiguration configuration)Deprecated.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)Deprecated.This may leak resources and should not be used directly.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)Deprecated.UsePmdAnalysisstatic voidPMD. processFiles(PMDConfiguration configuration, RuleSetFactory ruleSetFactory, List<DataSource> files, RuleContext ctx, List<Renderer> renderers)Deprecated.UsePmdAnalysisstatic PMD.StatusCodePMD. runPmd(PMDConfiguration configuration)Deprecated.Execute PMD from a configuration.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.PMDConfigurationPmdParametersParseResult. toConfiguration()Returns the resulting configuration if parsing succeeded and neitherPmdParametersParseResult.isHelp()norPmdParametersParseResult.isVersion()is requested.static PMDConfigurationPMDParameters. transformParametersIntoConfiguration(PMDParameters params)Deprecated.To be removed in 7.0.0. -
Uses of PMDConfiguration in net.sourceforge.pmd.internal.util
Methods in net.sourceforge.pmd.internal.util with parameters of type PMDConfiguration Modifier and Type Method Description static FileCollectorFileCollectionUtil. collectFiles(PMDConfiguration configuration, Set<Language> languages, MessageReporter reporter)static voidFileCollectionUtil. collectFiles(PMDConfiguration configuration, FileCollector collector) -
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.
-