Package | Description |
---|---|
org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
org.springframework.shell.result |
Contains strategies for dealing with results of commands.
|
org.springframework.shell.standard |
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
|
org.springframework.shell.standard.completion |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableCommandRegistry
A
CommandRegistry that supports registration of new commands. |
Constructor and Description |
---|
Shell(ResultHandlerService resultHandlerService,
CommandRegistry commandRegistry) |
Modifier and Type | Method and Description |
---|---|
ThrowableResultHandler |
ResultHandlerConfig.throwableResultHandler(org.jline.terminal.Terminal terminal,
CommandRegistry commandRegistry,
org.springframework.beans.factory.ObjectProvider<InteractiveShellRunner> interactiveApplicationRunner) |
Constructor and Description |
---|
ThrowableResultHandler(org.jline.terminal.Terminal terminal,
CommandRegistry commandRegistry,
org.springframework.beans.factory.ObjectProvider<InteractiveShellRunner> interactiveRunner) |
Modifier and Type | Method and Description |
---|---|
protected CommandRegistry |
AbstractShellComponent.getCommandRegistry() |
Constructor and Description |
---|
CommandValueProvider(CommandRegistry commandRegistry) |
Constructor and Description |
---|
AbstractCompletions(org.springframework.core.io.ResourceLoader resourceLoader,
CommandRegistry commandRegistry,
List<ParameterResolver> parameterResolvers) |
BashCompletions(org.springframework.core.io.ResourceLoader resourceLoader,
CommandRegistry commandRegistry,
List<ParameterResolver> parameterResolvers) |
Copyright © 2022. All rights reserved.