Uses of Class
net.sourceforge.argparse4j.impl.type.BooleanArgumentType
-
Packages that use BooleanArgumentType Package Description net.sourceforge.argparse4j.impl -
-
Uses of BooleanArgumentType in net.sourceforge.argparse4j.impl
Methods in net.sourceforge.argparse4j.impl that return BooleanArgumentType Modifier and Type Method Description static BooleanArgumentType
Arguments. booleanType()
ReturnsBooleanArgumentType
with "true" as true value, and "false" as false value.static BooleanArgumentType
Arguments. booleanType(java.lang.String trueValue, java.lang.String falseValue)
ReturnsBooleanArgumentType
with given true/false values.
-