| Package | Description | 
|---|---|
| org.springframework.shell | Contains core classes for Spring Shell, irrespective of the way commands are actually implemented. | 
| org.springframework.shell.completion | |
| org.springframework.shell.standard | Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompletionContext | CompletionContext. commandOption(CommandOption commandOption)Return a copy of this context with given command option. | 
| CompletionContext | CompletionContext. commandRegistration(CommandRegistration commandRegistration)Return a copy of this context with given command registration. | 
| CompletionContext | CompletionContext. drop(int nbWords)Return a copy of this context, as if the first nbWords were not present | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CompletionProposal> | Shell. complete(CompletionContext context)Gather completion proposals given some (incomplete) input the user has already typed
 in. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CompletionProposal> | RegistrationOptionsCompletionResolver. apply(CompletionContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CompletionProposal> | ValueProvider. complete(CompletionContext completionContext)Complete completion proposals. | 
| List<CompletionProposal> | FileValueProvider. complete(CompletionContext completionContext) | 
| List<CompletionProposal> | EnumValueProvider. complete(CompletionContext completionContext) | 
| List<CompletionProposal> | CommandValueProvider. complete(CompletionContext completionContext) | 
Copyright © 2023. All rights reserved.