Uses of Interface
org.apache.aries.application.Content

Packages that use Content
org.apache.aries.application   
org.apache.aries.application.management   
org.apache.aries.application.management.spi.repository   
org.apache.aries.application.management.spi.resolve   
 

Uses of Content in org.apache.aries.application
 

Subinterfaces of Content in org.apache.aries.application
 interface DeploymentContent
          An entry in DEPLOYMENT.MF's Deployed-Content header
 

Methods in org.apache.aries.application that return types with arguments of type Content
 List<Content> ApplicationMetadata.getApplicationContents()
          get the list of Application contents includes bundle name, version, directives and attributes
 Collection<Content> DeploymentMetadata.getImportPackage()
          get the value of Import-Package
 Collection<Content> ApplicationMetadata.getUseBundles()
          get the list of use-bundle content including bundle symbolic name and version range
 

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

Methods in org.apache.aries.application.management that return types with arguments of type Content
 Set<Content> BundleInfo.getExportPackage()
          Export-Package
 Set<Content> BundleInfo.getExportService()
          Export-Service
 Set<Content> BundleInfo.getImportPackage()
          Import-Package
 Set<Content> BundleInfo.getImportService()
          Import-Service
 Set<Content> BundleInfo.getRequireBundle()
          Require-Bundle
 

Uses of Content in org.apache.aries.application.management.spi.repository
 

Methods in org.apache.aries.application.management.spi.repository that return types with arguments of type Content
 Set<Content> BundleRepository.BundleSuggestion.getExportPackage()
          Get the exports of the bundle
 Set<Content> BundleRepository.BundleSuggestion.getImportPackage()
          Get the imports of the bundle
 

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

Method parameters in org.apache.aries.application.management.spi.resolve with type arguments of type Content
 DeployedBundles DeploymentManifestManager.generateDeployedBundles(ApplicationMetadata appMetadata, Collection<ModelledResource> byValueBundles, Collection<Content> otherBundles)
          Generate the deployment manifest map.
 Collection<ModelledResource> AriesApplicationResolver.resolve(String appName, String appVersion, Collection<ModelledResource> byValueBundles, Collection<Content> inputs)
          Resolve an AriesApplication.
 Collection<ModelledResource> AriesApplicationResolver.resolve(String appName, String appVersion, Collection<ModelledResource> byValueBundles, Collection<Content> inputs, PlatformRepository platformRepository)
          Resolve an AriesApplication against a given platform repository.
 



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