org.apache.aries.blueprint.container
Class DependencyGraph

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

public class DependencyGraph
extends Object


Constructor Summary
DependencyGraph(BlueprintRepository repository)
           
 
Method Summary
 LinkedHashMap<String,Recipe> getSortedRecipes(Collection<String> names)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyGraph

public DependencyGraph(BlueprintRepository repository)
Method Detail

getSortedRecipes

public LinkedHashMap<String,Recipe> getSortedRecipes(Collection<String> names)


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