|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentManifestManager
| Method Summary | |
|---|---|
DeployedBundles |
generateDeployedBundles(ApplicationMetadata appMetadata,
Collection<ModelledResource> byValueBundles,
Collection<Content> otherBundles)
Generate the deployment manifest map. |
Manifest |
generateDeploymentManifest(AriesApplication app,
ResolveConstraint... constraints)
Generate the deployment manifest map for the application. |
Manifest |
generateDeploymentManifest(String appSymbolicName,
String appVersion,
DeployedBundles deployedBundles)
Generate a Manifest representation of a DEPLOYMENT.MF, suitable for example to writing to disk |
| Method Detail |
|---|
Manifest generateDeploymentManifest(AriesApplication app,
ResolveConstraint... constraints)
throws ResolverException
app - The Aries applicationconstraints - the constraints, used to narrow down the deployment content
ResolverException
DeployedBundles generateDeployedBundles(ApplicationMetadata appMetadata,
Collection<ModelledResource> byValueBundles,
Collection<Content> otherBundles)
throws ResolverException
appMeta - The Aries application metadatabyValueBundles - By value bundlesuseBundleSet - Use Bundle setotherBundles - Other bundles to be used to narrow the resolved bundlesappImportServices - the Application-ImportService header
ResolverException
Manifest generateDeploymentManifest(String appSymbolicName,
String appVersion,
DeployedBundles deployedBundles)
throws ResolverException
appSymbolicName - appVersion - deployedBundles - Such as obtained from generateDeployedBundles()
ResolverException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||