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> voidListFormat. displayPrompt(Prompt<T> prompt)<TOption> voidPromptFormatter. displayPrompt(Prompt<TOption> prompt)Displays the prompt<T> voidQuestionFormat. 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 TOptionDefaultMatcher. match(Prompt<TOption> prompt, java.lang.String response)TOptionIndexMatcher. match(Prompt<TOption> prompt, java.lang.String response)TOptionPromptOptionMatcher. match(Prompt<TOption> prompt, java.lang.String response)Matches the response to an option provided by the promptTOptionValueMatcher. match(Prompt<TOption> prompt, java.lang.String response)
-