Uses of Class
com.github.rvesse.airline.prompts.Prompt
Packages that use Prompt
Package
Description
-
Uses of Prompt in com.github.rvesse.airline.prompts.builders
Methods in com.github.rvesse.airline.prompts.builders that return Prompt -
Uses of Prompt in com.github.rvesse.airline.prompts.errors
Constructors in com.github.rvesse.airline.prompts.errors with parameters of type Prompt -
Uses of Prompt in com.github.rvesse.airline.prompts.formatters
Methods in com.github.rvesse.airline.prompts.formatters with parameters of type PromptModifier and TypeMethodDescription<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 PromptModifier and TypeMethodDescriptionMatches the response to an option provided by the prompt