- Type Parameters:
T- the type of items being searched
- All Superinterfaces:
PromptResult<SearchPrompt<T>>
- All Known Implementing Classes:
DefaultSearchResult
Result of a search prompt. Contains the selected value from the search results.
-
Method Summary
Methods inherited from interface org.jline.prompt.PromptResult
getDisplayResult, getPrompt, getResult
-
Method Details
-
getSelectedValue
String getSelectedValue()Get the selected value as a string.- Returns:
- the selected value
-