Class HtmlFormatter
- java.lang.Object
-
- org.apache.flink.configuration.description.Formatter
-
- org.apache.flink.configuration.description.HtmlFormatter
-
public class HtmlFormatter extends Formatter
Formatter that transformsDescriptioninto Html representation.
-
-
Constructor Summary
Constructors Constructor Description HtmlFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidformatLineBreak(StringBuilder state)protected voidformatLink(StringBuilder state, String link, String description)protected voidformatList(StringBuilder state, String[] entries)protected voidformatText(StringBuilder state, String format, String[] elements, EnumSet<TextElement.TextStyle> styles)protected FormatternewInstance()
-
-
-
Method Detail
-
formatLink
protected void formatLink(StringBuilder state, String link, String description)
- Specified by:
formatLinkin classFormatter
-
formatLineBreak
protected void formatLineBreak(StringBuilder state)
- Specified by:
formatLineBreakin classFormatter
-
formatText
protected void formatText(StringBuilder state, String format, String[] elements, EnumSet<TextElement.TextStyle> styles)
- Specified by:
formatTextin classFormatter
-
formatList
protected void formatList(StringBuilder state, String[] entries)
- Specified by:
formatListin classFormatter
-
newInstance
protected Formatter newInstance()
- Specified by:
newInstancein classFormatter
-
-