org.apache.xbean.recipe
Class ObjectGraph

java.lang.Object
  extended by org.apache.xbean.recipe.ObjectGraph

public class ObjectGraph
extends Object


Constructor Summary
ObjectGraph()
           
ObjectGraph(Repository repository)
           
 
Method Summary
 Object create(String name)
           
 Map<String,Object> createAll(List<String> names)
           
 Map<String,Object> createAll(String... names)
           
 Repository getRepository()
           
 void setRepository(Repository repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectGraph

public ObjectGraph()

ObjectGraph

public ObjectGraph(Repository repository)
Method Detail

getRepository

public Repository getRepository()

setRepository

public void setRepository(Repository repository)

create

public Object create(String name)
              throws ConstructionException
Throws:
ConstructionException

createAll

public Map<String,Object> createAll(String... names)
                             throws ConstructionException
Throws:
ConstructionException

createAll

public Map<String,Object> createAll(List<String> names)
                             throws ConstructionException
Throws:
ConstructionException


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