public class XmlChannels extends Object
| Constructor and Description |
|---|
XmlChannels()
Creates a new instance of XmlChannels.
|
XmlChannels(XmlChannel c)
Creates a new instance of XmlChannels with one initial channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addXmlChannel(XmlChannel item)
Adds a channel to the channel collection.
|
Collection<XmlChannel> |
getChannels()
Returns a collection of XmlChannel.
|
void |
setChannels(Collection<XmlChannel> items)
Sets the collection of channels.
|
static String |
toLog(XmlChannels data)
Creates a compact string representation for the log.
|
public XmlChannels()
public XmlChannels(XmlChannel c)
c - initial elementpublic Collection<XmlChannel> getChannels()
public void setChannels(Collection<XmlChannel> items)
items - new channel collectionpublic void addXmlChannel(XmlChannel item)
item - the XmlChannel to addpublic static String toLog(XmlChannels data)
data - XmlChannel to create the string representation forCopyright © 2012. All Rights Reserved.