Package | Description |
---|---|
org.apache.paimon.options.description |
Modifier and Type | Method and Description |
---|---|
Description.DescriptionBuilder |
Description.DescriptionBuilder.add(BlockElement block)
Block of description add.
|
static Description.DescriptionBuilder |
Description.builder() |
Description.DescriptionBuilder |
Description.DescriptionBuilder.linebreak()
Creates a line break in the description.
|
Description.DescriptionBuilder |
Description.DescriptionBuilder.list(InlineElement... elements)
Adds a bulleted list to the description.
|
Description.DescriptionBuilder |
Description.DescriptionBuilder.text(String text)
Creates a simple block of text.
|
Description.DescriptionBuilder |
Description.DescriptionBuilder.text(String format,
InlineElement... elements)
Adds a block of text with placeholders ("%s") that will be replaced with proper string
representation of given
InlineElement . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.