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.lang.document Contains types to model text files and handle operations on text. -
-
Uses of PMDConfiguration in net.sourceforge.pmd
Methods 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 RuleSetLoaderRuleSetLoader. fromPmdConfig(PMDConfiguration configuration)Configure a new ruleset factory builder according to the parameters of the given PMD configuration.static PMD.StatusCodePMD. runPmd(PMDConfiguration configuration)Deprecated.Execute PMD from a configuration. -
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.@NonNull PMDConfigurationPMDParameters. toConfiguration(LanguageRegistry registry)Deprecated.Converts these parameters into a configuration.@Nullable PMDConfigurationPmdParametersParseResult. toConfiguration()Returns the resulting configuration if parsing succeeded and neitherPmdParametersParseResult.isHelp()norPmdParametersParseResult.isVersion()is requested. -
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 voidFileCollectionUtil. collectFiles(PMDConfiguration configuration, FileCollector collector) -
Uses of PMDConfiguration in net.sourceforge.pmd.lang.document
Methods in net.sourceforge.pmd.lang.document with parameters of type PMDConfiguration Modifier and Type Method Description static TextFileTextFile. dataSourceCompat(DataSource ds, PMDConfiguration config)Deprecated.This is deprecated until PMD 7 is out, after whichDataSourcewill be removed.
-