public class BundleInfoAttachment extends Object
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<org.jboss.osgi.spi.BundleInfo> |
KEY |
| Constructor and Description |
|---|
BundleInfoAttachment() |
| Modifier and Type | Method and Description |
|---|---|
static void |
attachBundleInfo(DeploymentUnit depUnit,
org.jboss.osgi.spi.BundleInfo info) |
static void |
detachBundleInfo(DeploymentUnit depUnit) |
static org.jboss.osgi.spi.BundleInfo |
getBundleInfo(DeploymentUnit depUnit) |
public static final AttachmentKey<org.jboss.osgi.spi.BundleInfo> KEY
public static void attachBundleInfo(DeploymentUnit depUnit, org.jboss.osgi.spi.BundleInfo info)
public static org.jboss.osgi.spi.BundleInfo getBundleInfo(DeploymentUnit depUnit)
public static void detachBundleInfo(DeploymentUnit depUnit)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.