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

Packages that use DeploymentContent
org.apache.aries.application   
org.apache.aries.application.management.spi.framework   
org.apache.aries.application.management.spi.repository   
org.apache.aries.application.management.spi.update   
 

Uses of DeploymentContent in org.apache.aries.application
 

Methods in org.apache.aries.application that return types with arguments of type DeploymentContent
 List<DeploymentContent> DeploymentMetadata.getApplicationDeploymentContents()
          get the value of the Deployed-Content header
 List<DeploymentContent> DeploymentMetadata.getApplicationProvisionBundles()
          get the value of the Provision-Bundle header
 Collection<DeploymentContent> DeploymentMetadata.getDeployedUseBundle()
          get the value of Deployed-UseBundle header
 

Uses of DeploymentContent in org.apache.aries.application.management.spi.framework
 

Methods in org.apache.aries.application.management.spi.framework that return types with arguments of type DeploymentContent
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleFrameworkManager.BundleLocator.suggestBundle(Collection<DeploymentContent> bundles)
           
 

Method parameters in org.apache.aries.application.management.spi.framework with type arguments of type DeploymentContent
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleFrameworkManager.BundleLocator.suggestBundle(Collection<DeploymentContent> bundles)
           
 

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

Methods in org.apache.aries.application.management.spi.repository that return types with arguments of type DeploymentContent
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(Collection<BundleRepository> brs, Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from the collection of given repositories
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from all known repositories
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(String applicationName, String applicationVersion, Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from repositories suitable for the given application scope
 

Methods in org.apache.aries.application.management.spi.repository with parameters of type DeploymentContent
 BundleRepository.BundleSuggestion BundleRepository.suggestBundleToUse(DeploymentContent content)
          This method attempts to find a bundle in the repository that matches the specified DeploymentContent specification.
 

Method parameters in org.apache.aries.application.management.spi.repository with type arguments of type DeploymentContent
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(Collection<BundleRepository> brs, Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from the collection of given repositories
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from all known repositories
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(String applicationName, String applicationVersion, Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from repositories suitable for the given application scope
 

Uses of DeploymentContent in org.apache.aries.application.management.spi.update
 

Methods in org.apache.aries.application.management.spi.update that return types with arguments of type DeploymentContent
 Map<DeploymentContent,BundleRepository.BundleSuggestion> UpdateStrategy.UpdateInfo.suggestBundle(Collection<DeploymentContent> bundles)
          Find BundleRepository.BundleSuggestion objects for new bundle requests
 

Method parameters in org.apache.aries.application.management.spi.update with type arguments of type DeploymentContent
 Map<DeploymentContent,BundleRepository.BundleSuggestion> UpdateStrategy.UpdateInfo.suggestBundle(Collection<DeploymentContent> bundles)
          Find BundleRepository.BundleSuggestion objects for new bundle requests
 



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