| 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  | GenericResultHandlerServiceBase  implementation suitable for use in most
 environments. | 
Copyright © 2022. All rights reserved.