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 PMDParametersPMDCommandLineInterface. extractParameters(PMDParameters arguments, String[] args, String progName)Deprecated.Methods in net.sourceforge.pmd.cli with parameters of type PMDParameters Modifier and Type Method Description static PMDParametersPMDCommandLineInterface. extractParameters(PMDParameters arguments, String[] args, String progName)Deprecated.static PMDConfigurationPMDParameters. transformParametersIntoConfiguration(PMDParameters params)Deprecated.To be removed in 7.0.0.
-