Class ParameterFactory.BooleanConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<Boolean>
    Enclosing class:
    ParameterFactory

    public static class ParameterFactory.BooleanConverter
    extends Object
    implements com.beust.jcommander.IStringConverter<Boolean>
    IStringConverter that converts from string to Boolean.
    • Constructor Detail

      • BooleanConverter

        public BooleanConverter()
    • Method Detail

      • convert

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