Package | Description |
---|---|
org.apache.paimon.options.description |
Modifier and Type | Method and Description |
---|---|
static TextElement |
TextElement.code(String text)
Creates a block of text formatted as code.
|
static TextElement |
TextElement.text(String text)
Creates a simple block of text.
|
static TextElement |
TextElement.text(String format,
InlineElement... elements)
Creates a block of text with placeholders ("%s") that will be replaced with proper string
representation of given
InlineElement . |
Modifier and Type | Method and Description |
---|---|
void |
Formatter.format(TextElement element) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.