Class CommandLine.BuiltIn.BooleanConverter

java.lang.Object
org.apache.logging.log4j.core.tools.picocli.CommandLine.BuiltIn.BooleanConverter
All Implemented Interfaces:
CommandLine.ITypeConverter<Boolean>
Enclosing class:
CommandLine.BuiltIn

static class CommandLine.BuiltIn.BooleanConverter extends Object implements CommandLine.ITypeConverter<Boolean>
Converts "true" or "false" to a Boolean. Other values result in a ParameterException.
  • Constructor Details

    • BooleanConverter

      BooleanConverter()
  • Method Details