Package net.sourceforge.pmd.cli
Class PMDParameters.PropertyConverter
- java.lang.Object
-
- net.sourceforge.pmd.cli.PMDParameters.PropertyConverter
-
- All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Properties>
- Enclosing class:
- PMDParameters
public static class PMDParameters.PropertyConverter extends Object implements com.beust.jcommander.IStringConverter<Properties>
-
-
Constructor Summary
Constructors Constructor Description PropertyConverter()
-
-
-
Method Detail
-
convert
public Properties convert(String value)
- Specified by:
convert
in interfacecom.beust.jcommander.IStringConverter<Properties>
-
-