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 DeployerService.createDeployment(BundleInfo info)
          Create a deployment from the given bundle info.
 Deployment AbstractDeployerService.createDeployment(BundleInfo 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
 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(String location)
           
static BundleInfo BundleInfo.createBundleInfo(URL url)
           
static BundleInfo BundleInfo.createBundleInfo(VirtualFile root)
           
static BundleInfo BundleInfo.createBundleInfo(VirtualFile root, String location)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.