org.apache.aries.blueprint.container
Class DependencyGraph

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

public class DependencyGraph
extends java.lang.Object


Constructor Summary
DependencyGraph(BlueprintRepository repository)
           
 
Method Summary
 java.util.LinkedHashMap<java.lang.String,Recipe> getSortedRecipes(java.util.Collection<java.lang.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 java.util.LinkedHashMap<java.lang.String,Recipe> getSortedRecipes(java.util.Collection<java.lang.String> names)


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