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 PMDConfiguration
PMD. configuration
Deprecated.this configuration field is unused and will be removed.Methods in net.sourceforge.pmd that return PMDConfiguration Modifier and Type Method Description PMDConfiguration
PMD. getConfiguration()
Deprecated.Don't create a PMD instance just to create aPMDConfiguration
Methods in net.sourceforge.pmd with parameters of type PMDConfiguration Modifier and Type Method Description static PmdAnalysis
PmdAnalysis. create(PMDConfiguration config)
Constructs a new instance from a configuration.static RuleSetFactory
RulesetsFactoryUtils. createFactory(PMDConfiguration configuration)
Deprecated.static RuleSetFactory
RulesetsFactoryUtils. createFactory(PMDConfiguration configuration, ClassLoader classLoader)
Deprecated.Use aRuleSetLoader
static int
PMD. doPMD(PMDConfiguration configuration)
Deprecated.static RuleSetLoader
RuleSetLoader. 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 RuleSetFactory
RulesetsFactoryUtils. getRulesetFactory(PMDConfiguration configuration, ResourceLoader resourceLoader)
Deprecated.Use aRuleSetLoader
static Parser
PMD. parserFor(LanguageVersion languageVersion, PMDConfiguration configuration)
Deprecated.This is internalstatic Report
PMD. processFiles(PMDConfiguration configuration, List<RuleSet> rulesets, Collection<? extends DataSource> files, List<Renderer> renderers)
Deprecated.UsePmdAnalysis
static void
PMD. processFiles(PMDConfiguration configuration, RuleSetFactory ruleSetFactory, List<DataSource> files, RuleContext ctx, List<Renderer> renderers)
Deprecated.UsePmdAnalysis
static PMD.StatusCode
PMD. runPmd(PMDConfiguration configuration)
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 yourPMDConfiguration
separately.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 PMDConfiguration
PMDParameters. toConfiguration()
Deprecated.Converts these parameters into a configuration.PMDConfiguration
PmdParametersParseResult. toConfiguration()
Returns the resulting configuration if parsing succeeded and neitherPmdParametersParseResult.isHelp()
norPmdParametersParseResult.isVersion()
is requested.static PMDConfiguration
PMDParameters. 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 FileCollector
FileCollectionUtil. collectFiles(PMDConfiguration configuration, Set<Language> languages, MessageReporter reporter)
static void
FileCollectionUtil. 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 PMDConfiguration
AbstractPMDProcessor. configuration
Deprecated.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.
-