Uses of Class
org.jboss.osgi.spi.util.BundleInfo

Packages that use BundleInfo
org.jboss.osgi.deployment.deployer   
org.jboss.osgi.spi.capability Capabilities that can be installed in the OSGi framework. 
org.jboss.osgi.spi.util A collection of SPI provided utilities. 
 

Uses of BundleInfo in org.jboss.osgi.deployment.deployer
 

Methods in org.jboss.osgi.deployment.deployer with parameters of type BundleInfo
static Deployment DeploymentFactory.createDeployment(BundleInfo info)
           
 Deployment AbstractDeployerService.createDeployment(BundleInfo info)
           
 Deployment DeployerService.createDeployment(BundleInfo info)
          Create a deployment from the given bundle info.
 

Uses of BundleInfo in org.jboss.osgi.spi.capability
 

Methods in org.jboss.osgi.spi.capability that return types with arguments of type BundleInfo
 java.util.List<BundleInfo> Capability.getBundles()
           
 

Uses of BundleInfo in org.jboss.osgi.spi.util
 

Methods in org.jboss.osgi.spi.util that return BundleInfo
static BundleInfo BundleInfo.createBundleInfo(java.lang.String location)
           
static BundleInfo BundleInfo.createBundleInfo(java.net.URL url)
           
static BundleInfo BundleInfo.createBundleInfo(org.jboss.virtual.VirtualFile root)
           
static BundleInfo BundleInfo.createBundleInfo(org.jboss.virtual.VirtualFile root, java.lang.String location)
           
 



Copyright © 2009. All Rights Reserved.