Package net.sourceforge.argparse4j.impl.type
-
Class Summary Class Description ConstructorArgumentType<T> Deprecated. UseReflectArgumentType
instead.EnumArgumentType<T extends java.lang.Enum<T>> Deprecated. UseReflectArgumentType
instead.FileArgumentType ArgumentType subclass for File type, using fluent style API.ReflectArgumentType<T> This implementation converts String value into given type using type'svalueOf(java.lang.String)
static method or its constructor.StringArgumentType Specialized to String type, just echos back given string.