| Modifier and Type | Method and Description |
|---|---|
Collection<XmlProperty> |
XmlProperties.getProperties()
Returns a collection of XmlProperty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlProperties.addXmlProperty(XmlProperty item)
Adds a property to the property collection.
|
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 |
XmlProperties.setProperties(Collection<XmlProperty> items)
Sets the collection of properties.
|
| Constructor and Description |
|---|
XmlProperties(XmlProperty p)
Creates a new instance of XmlProperties with one initial property.
|
Copyright © 2012. All Rights Reserved.