Modifier and Type | Method and Description |
---|---|
Collection<XmlAttachment> |
XmlAttachments.getAttachments()
Returns a collection of XmlAttachment.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlAttachments.addXmlAttachment(XmlAttachment item)
Adds an attachment to the attachment collection.
|
void |
XmlLog.addXmlAttachment(XmlAttachment attachment)
Adds an XmlAttachment to the collection.
|
static String |
XmlAttachment.toLog(XmlAttachment data)
Creates a compact string representation for the log.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlAttachments.setAttachments(Collection<XmlAttachment> items)
Sets the collection of attachments.
|
Constructor and Description |
---|
XmlAttachments(XmlAttachment attachment)
Creates a new instance of XmlAttachments with one initial attachment.
|
Copyright © 2010-2014 Michigan State University. All Rights Reserved.