Uses of Class
top.focess.util.option.type.OptionType
-
Packages that use OptionType Package Description top.focess.util.option top.focess.util.option.type -
-
Uses of OptionType in top.focess.util.option
Methods in top.focess.util.option that return OptionType Modifier and Type Method Description OptionType<?>[]OptionParserClassifier. getOptionTypes()Methods in top.focess.util.option with parameters of type OptionType Modifier and Type Method Description <T> TOption. get(OptionType<T> optionType)Get argument by the option typeprotected voidOption. put(OptionType<?> optionType, String value)Constructors in top.focess.util.option with parameters of type OptionType Constructor Description OptionParserClassifier(String name, OptionType<?>... optionTypes)Initialize an OptionParserClassifier -
Uses of OptionType in top.focess.util.option.type
Subclasses of OptionType in top.focess.util.option.type Modifier and Type Class Description classExceptionOptionType<T>Simplify theOptionTypeclass.classIntegerOptionTypeAccept Integer type option.classLongOptionTypeAccept long type argumentFields in top.focess.util.option.type declared as OptionType Modifier and Type Field Description static OptionType<String>OptionType. DEFAULT_OPTION_TYPEAccept all values
-