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 |
---|---|
CompletionProposal |
CompletionProposal.category(String category) |
CompletionProposal |
CompletionProposal.complete(boolean complete) |
CompletionProposal |
CompletionProposal.description(String description) |
CompletionProposal |
CompletionProposal.displayText(String displayText) |
CompletionProposal |
CompletionProposal.dontQuote(boolean dontQuote) |
CompletionProposal |
CompletionProposal.value(String value) |
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 © 2024. All rights reserved.