Uses of Class
org.apache.flink.configuration.description.TextElement
-
Packages that use TextElement Package Description org.apache.flink.configuration.description -
-
Uses of TextElement in org.apache.flink.configuration.description
Methods in org.apache.flink.configuration.description that return TextElement Modifier and Type Method Description static TextElementTextElement. code(String text)Creates a block of text formatted as code.static TextElementTextElement. text(String text)Creates a simple block of text.static TextElementTextElement. text(String format, InlineElement... elements)Creates a block of text with placeholders ("%s") that will be replaced with proper string representation of givenInlineElement.Methods in org.apache.flink.configuration.description with parameters of type TextElement Modifier and Type Method Description voidFormatter. format(TextElement element)
-