public class FrameworkAttachment extends Object
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<org.osgi.framework.launch.Framework> |
KEY |
Constructor and Description |
---|
FrameworkAttachment() |
Modifier and Type | Method and Description |
---|---|
static void |
attachFramework(DeploymentUnit depUnit,
org.osgi.framework.launch.Framework metadata) |
static void |
detachFramework(DeploymentUnit depUnit) |
static org.osgi.framework.launch.Framework |
getFramework(DeploymentUnit depUnit) |
public static final AttachmentKey<org.osgi.framework.launch.Framework> KEY
public static void attachFramework(DeploymentUnit depUnit, org.osgi.framework.launch.Framework metadata)
public static org.osgi.framework.launch.Framework getFramework(DeploymentUnit depUnit)
public static void detachFramework(DeploymentUnit depUnit)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.