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 BooleanArgumentType
Arguments.booleanType()
ReturnsBooleanArgumentType
with "true" as true value, and "false" as false value.static BooleanArgumentType
Arguments.booleanType
(String trueValue, String falseValue) ReturnsBooleanArgumentType
with given true/false values.