Package | Description |
---|---|
io.vertx.core.cli |
Modifier and Type | Method and Description |
---|---|
TypedArgument<T> |
TypedArgument.setArgName(String argName) |
TypedArgument<T> |
TypedArgument.setConverter(Converter<T> converter)
Sets the converter used to create the value.
|
TypedArgument<T> |
TypedArgument.setDefaultValue(String defaultValue) |
TypedArgument<T> |
TypedArgument.setDescription(String description) |
TypedArgument<T> |
TypedArgument.setHidden(boolean hidden) |
TypedArgument<T> |
TypedArgument.setIndex(int index) |
TypedArgument<T> |
TypedArgument.setMultiValued(boolean multiValued) |
TypedArgument<T> |
TypedArgument.setRequired(boolean required) |
TypedArgument<T> |
TypedArgument.setType(Class<T> type)
Sets the argument type.
|
Constructor and Description |
---|
TypedArgument(TypedArgument<T> arg)
Creates a new instance of
TypedArgument by copying the state of another TypedArgument . |
Copyright © 2024 Eclipse. All rights reserved.