Interface InputResult

All Superinterfaces:
PromptResult<InputPrompt>
All Known Implementing Classes:
DefaultInputResult

public interface InputResult extends PromptResult<InputPrompt>
Result of an input prompt. Contains the input text.
  • Method Details

    • getInput

      String getInput()
      Get the input text.
      Returns:
      the input text