Package org.springframework.shell
Class CompletionProposal
java.lang.Object
org.springframework.shell.CompletionProposal
Represents a proposal for TAB completion, made not only of the text to append, but also metadata about the proposal.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncategory()
boolean
complete()
complete
(boolean complete) description
(String description) displayText
(String displayText) boolean
dontQuote
(boolean dontQuote) toString()
value()