public interface DeploymentProvider
Deployment objects.| Modifier and Type | Method and Description |
|---|---|
Deployment |
createDeployment(StorageState storageState)
Create a
Deployment from the given bundle storage. |
Deployment |
createDeployment(String location,
VirtualFile rootFile) |
OSGiMetaData |
createOSGiMetaData(Deployment deployment)
Creates
OSGiMetaData from the deployment. |
Deployment createDeployment(StorageState storageState) throws BundleException
Deployment from the given bundle storage.storageState - The bundle storage to be associated with the deploymentBundleException - If the given root file does notOSGiMetaData createOSGiMetaData(Deployment deployment) throws BundleException
OSGiMetaData from the deployment.BundleException - If OSGiMetaData could not be constructed from the deploymentDeployment createDeployment(String location, VirtualFile rootFile) throws BundleException
BundleExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.