public abstract class AbstractElement extends Object implements XElement
XElement.| Constructor and Description |
|---|
AbstractElement() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAttachment(org.jboss.osgi.spi.AttachmentKey<T> key) |
<T> T |
putAttachment(org.jboss.osgi.spi.AttachmentKey<T> key,
T value) |
<T> T |
removeAttachment(org.jboss.osgi.spi.AttachmentKey<T> key) |
public <T> T putAttachment(org.jboss.osgi.spi.AttachmentKey<T> key,
T value)
putAttachment in interface org.jboss.osgi.spi.Attachablepublic <T> T getAttachment(org.jboss.osgi.spi.AttachmentKey<T> key)
getAttachment in interface org.jboss.osgi.spi.Attachablepublic <T> T removeAttachment(org.jboss.osgi.spi.AttachmentKey<T> key)
removeAttachment in interface org.jboss.osgi.spi.AttachableCopyright © 2016 JBoss by Red Hat. All rights reserved.