org.apache.aries.application.management.spi.resolve
Interface PostResolveTransformer


public interface PostResolveTransformer


Method Summary
 DeployedBundles postResolveProcess(ApplicationMetadata appMetaData, DeployedBundles deployedBundles)
          This method is to perform any post process after the resolver returns back a collection of bundles.
 

Method Detail

postResolveProcess

DeployedBundles postResolveProcess(ApplicationMetadata appMetaData,
                                   DeployedBundles deployedBundles)
                                   throws ResolverException
This method is to perform any post process after the resolver returns back a collection of bundles. It returns the updated manifest map.

Parameters:
appMetaData - The application that was resolved
deployedBundles - A collection of bundles required by this application.
Returns:
Modified collection of bundles
Throws:
ResolverException


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