Uses of Class
com.github.rvesse.airline.annotations.OptionType
-
Packages that use OptionType Package Description com.github.rvesse.airline.annotations com.github.rvesse.airline.model -
-
Uses of OptionType in com.github.rvesse.airline.annotations
Methods in com.github.rvesse.airline.annotations that return OptionType Modifier and Type Method Description OptionType
type()
Is this a command, group or global optionstatic OptionType
OptionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OptionType[]
OptionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OptionType in com.github.rvesse.airline.model
Fields in com.github.rvesse.airline.model declared as OptionType Modifier and Type Field Description private OptionType
OptionMetadata. optionType
Methods in com.github.rvesse.airline.model that return OptionType Modifier and Type Method Description OptionType
OptionMetadata. getOptionType()
Constructors in com.github.rvesse.airline.model with parameters of type OptionType Constructor Description OptionMetadata(OptionType optionType, java.lang.Iterable<java.lang.String> options, java.lang.Iterable<java.lang.String> titles, java.lang.String description, int arity, boolean hidden, boolean overrides, boolean sealed, java.lang.Iterable<OptionRestriction> restrictions, TypeConverterProvider typeConverterProvider, java.lang.Iterable<java.lang.reflect.Field> path)
-