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 PmdAnalysis
PmdAnalysis. create(PMDConfiguration config)
Constructs a new instance from a configuration.static RuleSetLoader
RuleSetLoader. fromPmdConfig(PMDConfiguration configuration)
Configure a new ruleset factory builder according to the parameters of the given PMD configuration.static PMD.StatusCode
PMD. 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 PMDConfiguration
PMDParameters. toConfiguration()
Deprecated.Converts these parameters into a configuration.@NonNull PMDConfiguration
PMDParameters. toConfiguration(LanguageRegistry registry)
Deprecated.Converts these parameters into a configuration.@Nullable PMDConfiguration
PmdParametersParseResult. 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 void
FileCollectionUtil. 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 TextFile
TextFile. dataSourceCompat(DataSource ds, PMDConfiguration config)
Deprecated.This is deprecated until PMD 7 is out, after whichDataSource
will be removed.
-