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