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
ConstructorsModifierConstructorDescriptionprotected
PromptFormatBuilder
(PromptBuilder<TOption> parentBuilder) -
Method Summary
Methods inherited from class com.github.rvesse.airline.builder.AbstractChildBuilder
parent
Methods inherited from class com.github.rvesse.airline.builder.AbstractBuilder
build, checkNotBlank, checkNotEmpty, checkNotNull
-
Constructor Details
-
PromptFormatBuilder
-