| Package | Description |
|---|---|
| org.springframework.shell.command |
| Modifier and Type | Method and Description |
|---|---|
CommandRegistration.TargetInfo.TargetType |
CommandRegistration.TargetInfo.getTargetType()
Get target type
|
CommandRegistration.TargetInfo.TargetType |
CommandRegistration.TargetInfo.DefaultTargetInfo.getTargetType() |
static CommandRegistration.TargetInfo.TargetType |
CommandRegistration.TargetInfo.TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandRegistration.TargetInfo.TargetType[] |
CommandRegistration.TargetInfo.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultTargetInfo(CommandRegistration.TargetInfo.TargetType targetType,
Object bean,
Method method,
Function<CommandContext,?> function,
Consumer<CommandContext> consumer) |
Copyright © 2023. All rights reserved.