Uses of Interface
net.sourceforge.argparse4j.inf.ArgumentChoice
Packages that use ArgumentChoice
Package
Description
-
Uses of ArgumentChoice in net.sourceforge.argparse4j.impl.choice
Classes in net.sourceforge.argparse4j.impl.choice that implement ArgumentChoiceModifier and TypeClassDescriptionclass
Choice from given collection of values.class
RangeArgumentChoice<T extends Comparable<T>>
Choices from given range. -
Uses of ArgumentChoice in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf with parameters of type ArgumentChoiceModifier and TypeMethodDescriptionArgument.choices
(ArgumentChoice choice) SetsArgumentChoice
object which inspects value so that it fulfills its criteria. -
Uses of ArgumentChoice in net.sourceforge.argparse4j.internal
Fields in net.sourceforge.argparse4j.internal declared as ArgumentChoiceMethods in net.sourceforge.argparse4j.internal with parameters of type ArgumentChoice