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
Subclasses with type arguments of type Prompt in com.github.rvesse.airline.prompts.buildersModifier and TypeClassDescriptionclassPromptBuilder<TOption>A prompt builder is used to define a prompt in a Fluent API styleclassPromptFormatBuilder<TOption>A prompt format builder is a child builder of aPromptBuilderused to define the prompt format in a fluent styleMethods 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> 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 PromptModifier and TypeMethodDescriptionMatches the response to an option provided by the prompt