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