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.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. -
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.
-