Uses of Class
net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumStringArgumentType
-
Packages that use CaseInsensitiveEnumStringArgumentType Package Description net.sourceforge.argparse4j.impl net.sourceforge.argparse4j.impl.type -
-
Uses of CaseInsensitiveEnumStringArgumentType in net.sourceforge.argparse4j.impl
Methods in net.sourceforge.argparse4j.impl that return CaseInsensitiveEnumStringArgumentType Modifier and Type Method Description static <T extends java.lang.Enum<T>>
CaseInsensitiveEnumStringArgumentType<T>Arguments. caseInsensitiveEnumStringType(java.lang.Class<T> type)ReturnsCaseInsensitiveEnumStringArgumentTypewith given enumtype. -
Uses of CaseInsensitiveEnumStringArgumentType in net.sourceforge.argparse4j.impl.type
Methods in net.sourceforge.argparse4j.impl.type that return CaseInsensitiveEnumStringArgumentType Modifier and Type Method Description static <T extends java.lang.Enum<T>>
CaseInsensitiveEnumStringArgumentType<T>CaseInsensitiveEnumStringArgumentType. forEnum(java.lang.Class<T> type)Creates aCaseInsensitiveEnumStringArgumentTypefor the given enum type.
-