Class PromptFormatBuilder<TOption>
- java.lang.Object
-
- com.github.rvesse.airline.builder.AbstractBuilder<T>
-
- 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 aPromptBuilder
used to define the prompt format in a fluent style
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
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 Detail
-
PromptFormatBuilder
protected PromptFormatBuilder(PromptBuilder<TOption> parentBuilder)
-
-