Uses of Interface
com.github.rvesse.airline.prompts.formatters.PromptFormatter
-
Packages that use PromptFormatter Package Description com.github.rvesse.airline.prompts com.github.rvesse.airline.prompts.builders com.github.rvesse.airline.prompts.formatters -
-
Uses of PromptFormatter in com.github.rvesse.airline.prompts
Fields in com.github.rvesse.airline.prompts declared as PromptFormatter Modifier and Type Field Description private PromptFormatter
Prompt. formatter
Constructors in com.github.rvesse.airline.prompts with parameters of type PromptFormatter Constructor Description Prompt(PromptProvider provider, PromptFormatter formatter, long timeout, java.util.concurrent.TimeUnit timeoutUnit, java.lang.String promptMessage, java.util.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 PromptFormatter Modifier and Type Field Description private PromptFormatter
PromptBuilder. formatter
Methods in com.github.rvesse.airline.prompts.builders with parameters of type PromptFormatter Modifier and Type Method Description PromptBuilder<TOption>
PromptBuilder. 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 PromptFormatter Modifier and Type Class Description class
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
-