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.rule -
-
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. -
Uses of PMDConfiguration in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule with parameters of type PMDConfiguration Modifier and Type Method Description static RuleSetLoader
RuleSetLoader. fromPmdConfig(PMDConfiguration configuration)
Configure a new ruleset factory builder according to the parameters of the given PMD configuration.
-