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