public class DeploymentFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Deployment |
createDeployment(org.jboss.osgi.spi.BundleInfo info)
Create a deploymenmt from a
BundleInfo |
static Deployment |
createDeployment(String location,
String symbolicName,
org.osgi.framework.Version version)
Create a generic deploymenmt.
|
static Deployment |
createDeployment(org.jboss.osgi.vfs.VirtualFile rootFile,
String location,
String symbolicName,
org.osgi.framework.Version version)
Create a deploymenmt that is based on a
VirtualFile |
public static Deployment createDeployment(org.jboss.osgi.spi.BundleInfo info)
BundleInfo
public static Deployment createDeployment(org.jboss.osgi.vfs.VirtualFile rootFile, String location, String symbolicName, org.osgi.framework.Version version)
VirtualFile
public static Deployment createDeployment(String location, String symbolicName, org.osgi.framework.Version version)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.