Package | Description |
---|---|
org.springframework.shell.command |
Modifier and Type | Method and Description |
---|---|
static CommandRegistration.OptionArity |
CommandRegistration.OptionArity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandRegistration.OptionArity[] |
CommandRegistration.OptionArity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommandRegistration.OptionSpec |
CommandRegistration.OptionSpec.arity(CommandRegistration.OptionArity arity)
Define an
arity for an option. |
CommandRegistration.OptionSpec |
CommandRegistration.DefaultOptionSpec.arity(CommandRegistration.OptionArity arity) |
Copyright © 2024. All rights reserved.