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 classCollectionArgumentChoice<E>Choice from given collection of values.classRangeArgumentChoice<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 ArgumentArgument. choices(ArgumentChoice choice)SetsArgumentChoiceobject which inspects value so that it fulfills its criteria. -
Uses of ArgumentChoice in net.sourceforge.argparse4j.internal
Methods in net.sourceforge.argparse4j.internal with parameters of type ArgumentChoice Modifier and Type Method Description ArgumentImplArgumentImpl. choices(ArgumentChoice choice)
-