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

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

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

Method parameters in org.apache.aries.application.management.spi.repository with type arguments of type ModelledResource
 void RepositoryGenerator.generateRepository(String repositoryName, Collection<? extends ModelledResource> byValueBundles, OutputStream os)
          Generate repository and store the content in the output stream.
 

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

Methods in org.apache.aries.application.management.spi.resolve that return types with arguments of type ModelledResource
 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.
 

Method parameters in org.apache.aries.application.management.spi.resolve with type arguments of type ModelledResource
 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.
 

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

Methods in org.apache.aries.application.modelling that return ModelledResource
 ModelledResource ExportedPackage.getBundle()
          The resource that exports the package.
 ModelledResource ModellingManager.getModelledResource(String fileURI, Attributes bundleAttributes, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ModelledResource ModellingManager.getModelledResource(String fileURI, Attributes bundleAttributes, ExportedBundle exportedBundle, ResourceType resourceType, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ModelledResource ModellingManager.getModelledResource(String fileURI, BundleInfo bundleInfo, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ModelledResource ModelledResourceManager.getModelledResource(String uri, IDirectory bundle)
          Obtain a ModelledResource object
 

Methods in org.apache.aries.application.modelling that return types with arguments of type ModelledResource
 Collection<ModelledResource> DeployedBundles.getDeployedContent()
          Get the set of bundles that are going to be deployed into an isolated framework
 Collection<ModelledResource> DeployedBundles.getDeployedProvisionBundle()
          Get the set of bundles that map to Provision-Bundle: these plus getRequiredUseBundle combined give the bundles that will be provisioned into the shared bundle space 'getProvisionBundle' returns the manifest header string, so this method needs to be called something else.
 Collection<ModelledResource> DeployedBundles.getRequiredUseBundle()
          Get the subset of bundles specified in use-bundle that are actually required to satisfy direct requirements of deployed content.
 

Methods in org.apache.aries.application.modelling with parameters of type ModelledResource
 void DeployedBundles.addBundle(ModelledResource modelledBundle)
          Add a modelled resource
 ExportedPackage ModellingManager.getExportedPackage(ModelledResource mr, String pkg, Map<String,Object> attributes)
           
 

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

Method parameters in org.apache.aries.application.modelling.utils with type arguments of type ModelledResource
 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.