Uses of Enum Class
org.springframework.shell.context.InteractionMode
Packages that use InteractionMode
-
Uses of InteractionMode in org.springframework.shell.command
Methods in org.springframework.shell.command that return InteractionModeModifier and TypeMethodDescriptionCommandRegistration.DefaultCommandRegistration.getInteractionMode()
CommandRegistration.getInteractionMode()
Gets anInteractionMode
.Methods in org.springframework.shell.command with parameters of type InteractionModeModifier and TypeMethodDescriptionCommandRegistration.BaseBuilder.interactionMode
(InteractionMode mode) CommandRegistration.Builder.interactionMode
(InteractionMode mode) DefineInteractionMode
for a command.Constructors in org.springframework.shell.command with parameters of type InteractionModeModifierConstructorDescriptionDefaultCommandRegistration
(String[] commands, InteractionMode interactionMode, String group, boolean hidden, String description, Supplier<Availability> availability, List<CommandRegistration.DefaultOptionSpec> optionSpecs, CommandRegistration.DefaultTargetSpec targetSpec, List<CommandRegistration.DefaultAliasSpec> aliasSpecs, CommandRegistration.DefaultExitCodeSpec exitCodeSpec, CommandRegistration.DefaultErrorHandlingSpec errorHandlingSpec, CommandRegistration.DefaultHelpOptionsSpec helpOptionsSpec) -
Uses of InteractionMode in org.springframework.shell.context
Methods in org.springframework.shell.context that return InteractionModeModifier and TypeMethodDescriptionDefaultShellContext.getInteractionMode()
ShellContext.getInteractionMode()
Gets an interaction mode.static InteractionMode
Returns the enum constant of this class with the specified name.static InteractionMode[]
InteractionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.shell.context with parameters of type InteractionModeModifier and TypeMethodDescriptionvoid
DefaultShellContext.setInteractionMode
(InteractionMode interactionMode) void
ShellContext.setInteractionMode
(InteractionMode interactionMode) Sets an interaction mode.