| 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.
|
| Constructor and Description |
|---|
Shell(ResultHandlerService resultHandlerService,
CommandCatalog commandRegistry,
org.jline.terminal.Terminal terminal,
ShellContext shellContext,
ExitCodeMappings exitCodeMappings) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericResultHandlerService
Base implementation suitable for use in most
environments.
|
Copyright © 2023. All rights reserved.