protected class BaseInformationBuilder.BaseTextElement extends Object implements InformationBuilder.TextElement
Modifier | Constructor and Description |
---|---|
protected |
BaseTextElement() |
Modifier and Type | Method and Description |
---|---|
String |
build() |
InformationBuilder.TextElement |
value(String format,
Object... args) |
protected String value
public InformationBuilder.TextElement value(String format, Object... args)
value
in interface InformationBuilder.Element
value
in interface InformationBuilder.RawElement
value
in interface InformationBuilder.TextElement
public String build()
build
in interface InformationBuilder.Element