Uses of Class
org.apache.aries.application.management.ResolverException

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

Uses of ResolverException in org.apache.aries.application
 

Methods in org.apache.aries.application that throw ResolverException
 DeploymentMetadata DeploymentMetadataFactory.createDeploymentMetadata(AriesApplication app, Set<BundleInfo> bundleInfo)
          Deprecated. 
 

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

Methods in org.apache.aries.application.management that throw ResolverException
 AriesApplicationContext AriesApplicationManager.install(AriesApplication app)
          Install an AriesApplication - i.e.
 AriesApplication AriesApplicationManager.resolve(AriesApplication originalApp, ResolveConstraint... constraints)
          Resolve an AriesApplication against a set of constraints.
 

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

Methods in org.apache.aries.application.management.spi.repository that throw ResolverException
 void RepositoryGenerator.generateRepository(String repositoryName, Collection<? extends ModelledResource> byValueBundles, OutputStream os)
          Generate repository and store the content in the output stream.
 

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

Methods in org.apache.aries.application.management.spi.resolve that throw ResolverException
 DeployedBundles DeploymentManifestManager.generateDeployedBundles(ApplicationMetadata appMetadata, Collection<ModelledResource> byValueBundles, Collection<Content> otherBundles)
          Generate the deployment manifest map.
 Manifest DeploymentManifestManager.generateDeploymentManifest(AriesApplication app, ResolveConstraint... constraints)
          Generate the deployment manifest map for the application.
 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.
 Set<BundleInfo> AriesApplicationResolver.resolve(AriesApplication app, ResolveConstraint... constraints)
          Deprecated. 
 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 ResolverException in org.apache.aries.application.modelling
 

Methods in org.apache.aries.application.modelling that throw ResolverException
 String DeployedBundles.getImportPackage()
          Get the value corresponding to the Import-Package header in the deployment.mf.
 Collection<ModelledResource> DeployedBundles.getRequiredUseBundle()
          Get the subset of bundles specified in use-bundle that are actually required to satisfy direct requirements of deployed content.
 



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