Uses of Interface
net.sourceforge.argparse4j.inf.ArgumentChoice
-
Packages that use ArgumentChoice Package Description net.sourceforge.argparse4j.impl.choice net.sourceforge.argparse4j.inf net.sourceforge.argparse4j.internal -
-
Uses of ArgumentChoice in net.sourceforge.argparse4j.impl.choice
Classes in net.sourceforge.argparse4j.impl.choice that implement ArgumentChoice Modifier and Type Class Description class
CollectionArgumentChoice<E>
Choice from given collection of values.class
RangeArgumentChoice<T extends java.lang.Comparable<T>>
Choices from given range. -
Uses of ArgumentChoice in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf with parameters of type ArgumentChoice Modifier and Type Method Description Argument
Argument. 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 ArgumentChoice Modifier and Type Field Description private ArgumentChoice
ArgumentImpl. choice_
Methods in net.sourceforge.argparse4j.internal with parameters of type ArgumentChoice Modifier and Type Method Description ArgumentImpl
ArgumentImpl. choices(ArgumentChoice choice)
-