Uses of Interface
org.apache.aries.application.management.BundleInfo

Packages that use BundleInfo
org.apache.aries.application   
org.apache.aries.application.management   
org.apache.aries.application.management.spi.convert   
org.apache.aries.application.management.spi.resolve   
org.apache.aries.application.modelling   
 

Uses of BundleInfo in org.apache.aries.application
 

Method parameters in org.apache.aries.application with type arguments of type BundleInfo
 DeploymentMetadata DeploymentMetadataFactory.createDeploymentMetadata(AriesApplication app, Set<BundleInfo> bundleInfo)
          Deprecated. 
 

Uses of BundleInfo in org.apache.aries.application.management
 

Methods in org.apache.aries.application.management that return types with arguments of type BundleInfo
 Set<BundleInfo> AriesApplication.getBundleInfo()
           
 

Uses of BundleInfo in org.apache.aries.application.management.spi.convert
 

Methods in org.apache.aries.application.management.spi.convert that return BundleInfo
 BundleInfo BundleConversion.getBundleInfo()
           
 

Uses of BundleInfo in org.apache.aries.application.management.spi.resolve
 

Methods in org.apache.aries.application.management.spi.resolve that return BundleInfo
 BundleInfo AriesApplicationResolver.getBundleInfo(String bundleSymbolicName, Version bundleVersion)
          Return the info for the requested bundle.
 

Methods in org.apache.aries.application.management.spi.resolve that return types with arguments of type BundleInfo
 Set<BundleInfo> AriesApplicationResolver.resolve(AriesApplication app, ResolveConstraint... constraints)
          Deprecated. 
 

Uses of BundleInfo in org.apache.aries.application.modelling
 

Methods in org.apache.aries.application.modelling with parameters of type BundleInfo
 ModelledResource ModellingManager.getModelledResource(String fileURI, BundleInfo bundleInfo, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.