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.
- Author:
- Eric Bottard
-
Constructor Details
-
CompletionProposal
-
-
Method Details
-
value
-
value
-
displayText
-
displayText
-
description
-
description
-
category
-
category
-
complete
-
complete
public boolean complete() -
dontQuote
-
dontQuote
public boolean dontQuote() -
toString
-
equals
-
hashCode
public int hashCode()
-