| Package | Description |
|---|---|
| org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
| org.springframework.shell.context |
| Modifier and Type | Method and Description |
|---|---|
InteractionMode |
MethodTarget.getInteractionMode() |
| Constructor and Description |
|---|
MethodTarget(Method method,
Object bean,
Command.Help help,
Supplier<Availability> availabilityIndicator,
InteractionMode interactionMode) |
| Modifier and Type | Method and Description |
|---|---|
InteractionMode |
ShellContext.getInteractionMode()
Gets an interaction mode.
|
InteractionMode |
DefaultShellContext.getInteractionMode() |
static InteractionMode |
InteractionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractionMode[] |
InteractionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShellContext.setInteractionMode(InteractionMode interactionMode)
Sets an interaction mode.
|
void |
DefaultShellContext.setInteractionMode(InteractionMode interactionMode) |
Copyright © 2022. All rights reserved.