Uses of Interface
net.sourceforge.argparse4j.inf.ArgumentType
Packages that use ArgumentType
Package
Description
-
Uses of ArgumentType in net.sourceforge.argparse4j.impl.type
Classes in net.sourceforge.argparse4j.impl.type that implement ArgumentTypeModifier and TypeClassDescriptionclass
Deprecated.class
EnumArgumentType<T extends Enum<T>>
Deprecated.UseReflectArgumentType
instead.class
ArgumentType subclass for File type, using fluent style API.class
This implementation converts String value into given type using type'svalueOf(java.lang.String)
static method or its constructor.class
Specialized to String type, just echos back given string. -
Uses of ArgumentType in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf with parameters of type ArgumentTypeModifier and TypeMethodDescription<T> Argument
Argument.type
(ArgumentType<T> type) SetsArgumentType
object which converts command line argument to appropriate type. -
Uses of ArgumentType in net.sourceforge.argparse4j.internal
Methods in net.sourceforge.argparse4j.internal with parameters of type ArgumentType
ReflectArgumentType
instead.