Uses of Interface
org.apache.aries.application.modelling.DeployedBundles

Packages that use DeployedBundles
org.apache.aries.application.management.spi.resolve   
org.apache.aries.application.modelling.utils   
 

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

Methods in org.apache.aries.application.management.spi.resolve that return DeployedBundles
 DeployedBundles DeploymentManifestManager.generateDeployedBundles(ApplicationMetadata appMetadata, Collection<ModelledResource> byValueBundles, Collection<Content> otherBundles)
          Generate the deployment manifest map.
 DeployedBundles PostResolveTransformer.postResolveProcess(ApplicationMetadata appMetaData, DeployedBundles deployedBundles)
          This method is to perform any post process after the resolver returns back a collection of bundles.
 

Methods in org.apache.aries.application.management.spi.resolve with parameters of type DeployedBundles
 Manifest DeploymentManifestManager.generateDeploymentManifest(String appSymbolicName, String appVersion, DeployedBundles deployedBundles)
          Generate a Manifest representation of a DEPLOYMENT.MF, suitable for example to writing to disk
 DeployedBundles PostResolveTransformer.postResolveProcess(ApplicationMetadata appMetaData, DeployedBundles deployedBundles)
          This method is to perform any post process after the resolver returns back a collection of bundles.
 

Uses of DeployedBundles in org.apache.aries.application.modelling.utils
 

Methods in org.apache.aries.application.modelling.utils that return DeployedBundles
 DeployedBundles ModellingHelper.createDeployedBundles(String assetName, Collection<ImportedBundle> appContentNames, Collection<ImportedBundle> appUseBundleNames, Collection<ModelledResource> fakeServiceProvidingBundles)
          Factory method for objects implementing the DeployedBundles interface
 



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