Uses of Class
com.github.rvesse.airline.prompts.Prompt
-
-
Uses of Prompt in com.github.rvesse.airline.prompts.builders
Methods in com.github.rvesse.airline.prompts.builders that return Prompt Modifier and Type Method Description Prompt<TOption>
PromptBuilder. build()
-
Uses of Prompt in com.github.rvesse.airline.prompts.errors
Constructors in com.github.rvesse.airline.prompts.errors with parameters of type Prompt Constructor Description PromptTimeoutException(Prompt<?> prompt, java.util.concurrent.TimeoutException e)
-
Uses of Prompt in com.github.rvesse.airline.prompts.formatters
Methods in com.github.rvesse.airline.prompts.formatters with parameters of type Prompt Modifier and Type Method Description <T> void
ListFormat. displayPrompt(Prompt<T> prompt)
<TOption> void
PromptFormatter. displayPrompt(Prompt<TOption> prompt)
Displays the prompt<T> void
QuestionFormat. displayPrompt(Prompt<T> prompt)
-
Uses of Prompt in com.github.rvesse.airline.prompts.matchers
Methods in com.github.rvesse.airline.prompts.matchers with parameters of type Prompt Modifier and Type Method Description TOption
DefaultMatcher. match(Prompt<TOption> prompt, java.lang.String response)
TOption
IndexMatcher. match(Prompt<TOption> prompt, java.lang.String response)
TOption
PromptOptionMatcher. match(Prompt<TOption> prompt, java.lang.String response)
Matches the response to an option provided by the promptTOption
ValueMatcher. match(Prompt<TOption> prompt, java.lang.String response)
-