Uses of Class
net.sourceforge.pmd.cli.PMDParameters
-
Packages that use PMDParameters Package Description net.sourceforge.pmd.cli -
-
Uses of PMDParameters in net.sourceforge.pmd.cli
Methods in net.sourceforge.pmd.cli that return PMDParameters Modifier and Type Method Description static PMDParameters
PMDCommandLineInterface. extractParameters(PMDParameters arguments, String[] args, String progName)
Methods in net.sourceforge.pmd.cli with parameters of type PMDParameters Modifier and Type Method Description static PMDParameters
PMDCommandLineInterface. extractParameters(PMDParameters arguments, String[] args, String progName)
static PMDConfiguration
PMDParameters. transformParametersIntoConfiguration(PMDParameters params)
Deprecated.To be removed in 7.0.0.
-