| Modifier and Type | Method and Description |
|---|---|
XmlTag |
Tag.Builder.toXml()
Build a
XmlTag object using this builder |
| Modifier and Type | Method and Description |
|---|---|
List<XmlTag> |
XmlChannel.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlChannel.addXmlTag(XmlTag tag)
Adds an XmlTag to the collection.
|
static String |
XmlTag.toLog(XmlTag data)
Creates a compact string representation for the log.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlChannel.setTags(List<XmlTag> tags) |
| Constructor and Description |
|---|
XmlChannel(String name,
String owner,
List<XmlProperty> properties,
List<XmlTag> tags) |
Copyright © 2016. All Rights Reserved.