org.apache.aries.blueprint.container
Class RecipeBuilder

java.lang.Object
  extended by org.apache.aries.blueprint.container.RecipeBuilder

public class RecipeBuilder
extends Object

TODO: javadoc

Version:
$Rev: 1335419 $, $Date: 2012-05-08 12:22:40 +0100 (Tue, 08 May 2012) $

Constructor Summary
RecipeBuilder(BlueprintContainerImpl blueprintContainer, IdSpace recipeIdSpace)
           
 
Method Summary
 Recipe createRecipe(org.osgi.service.blueprint.reflect.ComponentMetadata component)
           
 BlueprintRepository createRepository()
           
protected  MapRecipe getServicePropertiesRecipe(org.osgi.service.blueprint.reflect.ServiceMetadata metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipeBuilder

public RecipeBuilder(BlueprintContainerImpl blueprintContainer,
                     IdSpace recipeIdSpace)
Method Detail

createRepository

public BlueprintRepository createRepository()

createRecipe

public Recipe createRecipe(org.osgi.service.blueprint.reflect.ComponentMetadata component)

getServicePropertiesRecipe

protected MapRecipe getServicePropertiesRecipe(org.osgi.service.blueprint.reflect.ServiceMetadata metadata)


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