public interface DeploymentProvider
Deployment
objects.Modifier and Type | Method and Description |
---|---|
org.jboss.osgi.deployment.deployer.Deployment |
createDeployment(StorageState storageState)
Create a
Deployment from the given bundle storage. |
org.jboss.osgi.deployment.deployer.Deployment |
createDeployment(String location,
org.jboss.osgi.vfs.VirtualFile rootFile) |
org.jboss.osgi.metadata.OSGiMetaData |
createOSGiMetaData(org.jboss.osgi.deployment.deployer.Deployment deployment)
Creates
OSGiMetaData from the deployment. |
org.jboss.osgi.deployment.deployer.Deployment createDeployment(StorageState storageState) throws org.osgi.framework.BundleException
Deployment
from the given bundle storage.storageState
- The bundle storage to be associated with the deploymentorg.osgi.framework.BundleException
- If the given root file does notorg.jboss.osgi.metadata.OSGiMetaData createOSGiMetaData(org.jboss.osgi.deployment.deployer.Deployment deployment) throws org.osgi.framework.BundleException
OSGiMetaData
from the deployment.org.osgi.framework.BundleException
- If OSGiMetaData could not be constructed from the deploymentorg.jboss.osgi.deployment.deployer.Deployment createDeployment(String location, org.jboss.osgi.vfs.VirtualFile rootFile) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
Copyright © 2013 JBoss by Red Hat. All rights reserved.