Uses of Interface
com.github.rvesse.airline.prompts.formatters.PromptFormatter
Packages that use PromptFormatter
Package
Description
-
Uses of PromptFormatter in com.github.rvesse.airline.prompts
Fields in com.github.rvesse.airline.prompts declared as PromptFormatterConstructors in com.github.rvesse.airline.prompts with parameters of type PromptFormatterModifierConstructorDescriptionPrompt
(PromptProvider provider, PromptFormatter formatter, long timeout, TimeUnit timeoutUnit, String promptMessage, Collection<TOption> options, PromptOptionMatcher<TOption> optionMatcher, boolean allowNumericOptionSelection, TypeConverter converter) Creates a new prompt -
Uses of PromptFormatter in com.github.rvesse.airline.prompts.builders
Fields in com.github.rvesse.airline.prompts.builders declared as PromptFormatterMethods in com.github.rvesse.airline.prompts.builders with parameters of type PromptFormatterModifier and TypeMethodDescriptionPromptBuilder.withFormatter
(PromptFormatter formatter) Specifies the prompt formatter to use -
Uses of PromptFormatter in com.github.rvesse.airline.prompts.formatters
Classes in com.github.rvesse.airline.prompts.formatters that implement PromptFormatterModifier and TypeClassDescriptionclass
ListFormat<TOption>
A prompt formatter that presents a list of optionsclass
QuestionFormat<TOption>
Prompt format for simple questions with either a free-form response or with a limited number of options