java.lang.Object
org.jline.prompt.impl.DefaultCheckboxSeparatorBuilder
- All Implemented Interfaces:
CheckboxSeparatorBuilder
Default implementation of CheckboxSeparatorBuilder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd()Add the separator to the checkbox prompt and return to the checkbox builder.Set the separator text.
-
Constructor Details
-
DefaultCheckboxSeparatorBuilder
-
DefaultCheckboxSeparatorBuilder
-
-
Method Details
-
text
Description copied from interface:CheckboxSeparatorBuilderSet the separator text.- Specified by:
textin interfaceCheckboxSeparatorBuilder- Parameters:
text- the separator text- Returns:
- this builder
-
add
Description copied from interface:CheckboxSeparatorBuilderAdd the separator to the checkbox prompt and return to the checkbox builder.- Specified by:
addin interfaceCheckboxSeparatorBuilder- Returns:
- the checkbox builder
-