Class PromptFormatBuilder<TOption>
java.lang.Object
com.github.rvesse.airline.builder.AbstractBuilder<ListFormat<TOption>>
com.github.rvesse.airline.builder.AbstractChildBuilder<ListFormat<TOption>, Prompt<TOption>, PromptBuilder<TOption>>
com.github.rvesse.airline.prompts.builders.PromptFormatBuilder<TOption>
- Type Parameters:
TOption- Option type
- Direct Known Subclasses:
ListFormatBuilder
public abstract class PromptFormatBuilder<TOption>
extends AbstractChildBuilder<ListFormat<TOption>, Prompt<TOption>, PromptBuilder<TOption>>
A prompt format builder is a child builder of a
PromptBuilder used to define the prompt format in a fluent
style-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPromptFormatBuilder(PromptBuilder<TOption> parentBuilder) -
Method Summary
Methods inherited from class AbstractChildBuilder
parentMethods inherited from class AbstractBuilder
build, checkNotBlank, checkNotEmpty, checkNotNull
-
Constructor Details
-
PromptFormatBuilder
-