Class 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 Detail

      • PropertyConverter

        public PropertyConverter()
    • Method Detail

      • convert

        public Properties convert​(String value)
        Specified by:
        convert in interface com.beust.jcommander.IStringConverter<Properties>