TypedOption<T> |
TypedOption.addChoice(String choice) |
TypedOption<T> |
TypedOption.setArgName(String argName) |
TypedOption<T> |
TypedOption.setChoices(Set<String> choices) |
TypedOption<T> |
TypedOption.setConverter(Converter<T> converter) |
TypedOption<T> |
TypedOption.setDefaultValue(String defaultValue) |
TypedOption<T> |
TypedOption.setDescription(String description) |
TypedOption<T> |
TypedOption.setFlag(boolean flag) |
TypedOption<T> |
TypedOption.setHidden(boolean hidden) |
TypedOption<T> |
TypedOption.setListSeparator(String listSeparator) |
TypedOption<T> |
TypedOption.setLongName(String longName) |
TypedOption<T> |
TypedOption.setMultiValued(boolean acceptMultipleValues) |
TypedOption<T> |
TypedOption.setParsedAsList(boolean isList) |
TypedOption<T> |
TypedOption.setRequired(boolean required) |
TypedOption<T> |
TypedOption.setShortName(String shortName) |
TypedOption<T> |
TypedOption.setSingleValued(boolean acceptSingleValue) |
TypedOption<T> |
TypedOption.setType(Class<T> type) |