- All Superinterfaces:
PromptResult<InputPrompt>
- All Known Implementing Classes:
DefaultInputResult
Result of an input prompt. Contains the input text.
-
Method Summary
Methods inherited from interface org.jline.prompt.PromptResult
getDisplayResult, getPrompt, getResult
-
Method Details
-
getInput
String getInput()Get the input text.- Returns:
- the input text
-