| 程序包 | 说明 |
|---|---|
| org.apache.paimon.options.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. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Formatter.format(TextElement element) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.