org.apache.aries.blueprint.container
Class RecipeBuilder

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

public class RecipeBuilder
extends java.lang.Object

TODO: javadoc

Version:
$Rev: 953880 $, $Date: 2010-06-11 22:33:37 +0100 (Fri, 11 Jun 2010) $

Constructor Summary
RecipeBuilder(ExtendedBlueprintContainer blueprintContainer, IdSpace recipeIdSpace)
           
 
Method Summary
 Recipe createRecipe(ComponentMetadata component)
           
 BlueprintRepository createRepository()
           
protected  MapRecipe getServicePropertiesRecipe(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(ExtendedBlueprintContainer blueprintContainer,
                     IdSpace recipeIdSpace)
Method Detail

createRepository

public BlueprintRepository createRepository()

createRecipe

public Recipe createRecipe(ComponentMetadata component)

getServicePropertiesRecipe

protected MapRecipe getServicePropertiesRecipe(ServiceMetadata metadata)


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