static class CommandLine.BuiltIn.BooleanConverter extends java.lang.Object implements CommandLine.ITypeConverter<java.lang.Boolean>
"true" or "false" to a Boolean. Other values result in a ParameterException.| Constructor and Description |
|---|
BooleanConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
convert(java.lang.String value)
Converts the specified command line argument value to some domain object.
|
public java.lang.Boolean convert(java.lang.String value)
CommandLine.ITypeConverterconvert in interface CommandLine.ITypeConverter<java.lang.Boolean>value - the command line argument String value