Class CPDConfiguration.LanguageConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<Language>
    Enclosing class:
    CPDConfiguration

    @Deprecated
    public static class CPDConfiguration.LanguageConverter
    extends Object
    implements com.beust.jcommander.IStringConverter<Language>
    Deprecated.
    Don't use this. This class will be removed with PMD 7. The class has to be public static, so that JCommander can use it.
    • Constructor Detail

      • LanguageConverter

        public LanguageConverter()
        Deprecated.
    • Method Detail

      • convert

        public Language convert​(String languageString)
        Deprecated.
        Specified by:
        convert in interface com.beust.jcommander.IStringConverter<Language>