Uses of Class
com.aspectran.shell.command.option.OptionValueType
-
Packages that use OptionValueType Package Description com.aspectran.shell.command.option A simple API for presenting, processing and validating a command line interface. -
-
Uses of OptionValueType in com.aspectran.shell.command.option
Methods in com.aspectran.shell.command.option that return OptionValueType Modifier and Type Method Description OptionValueTypeOption. getValueType()Retrieve the type of this Option.static OptionValueTypeOptionValueType. resolve(java.lang.String alias)Returns anOptionValueTypewith a value represented by the specifiedString.static OptionValueTypeOptionValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OptionValueType[]OptionValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspectran.shell.command.option with parameters of type OptionValueType Modifier and Type Method Description voidOption. setValueType(OptionValueType valueType)Sets the type of this Option.Option.BuilderOption.Builder. valueType(OptionValueType valueType)Sets the type of the Option.
-