Uses of Class
net.sourceforge.argparse4j.impl.type.BooleanArgumentType
Packages that use BooleanArgumentType
-
Uses of BooleanArgumentType in net.sourceforge.argparse4j.impl
Methods in net.sourceforge.argparse4j.impl that return BooleanArgumentTypeModifier and TypeMethodDescriptionstatic BooleanArgumentTypeArguments.booleanType()ReturnsBooleanArgumentTypewith "true" as true value, and "false" as false value.static BooleanArgumentTypeArguments.booleanType(String trueValue, String falseValue) ReturnsBooleanArgumentTypewith given true/false values.