public class DeploymentFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Deployment |
createDeployment(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(VirtualFile rootFile,
String location,
String symbolicName,
org.osgi.framework.Version version)
Create a deploymenmt that is based on a
VirtualFile |
public static Deployment createDeployment(BundleInfo info)
BundleInfopublic static Deployment createDeployment(VirtualFile rootFile, String location, String symbolicName, org.osgi.framework.Version version)
VirtualFilepublic static Deployment createDeployment(String location, String symbolicName, org.osgi.framework.Version version)
Copyright © 2016 JBoss by Red Hat. All rights reserved.