org.apache.xbean.recipe
Class ObjectGraph
java.lang.Object
org.apache.xbean.recipe.ObjectGraph
public class ObjectGraph
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectGraph
public ObjectGraph()
ObjectGraph
public ObjectGraph(Repository repository)
getRepository
public Repository getRepository()
setRepository
public void setRepository(Repository repository)
create
public java.lang.Object create(java.lang.String name)
throws ConstructionException
- Throws:
ConstructionException
createAll
public java.util.Map<java.lang.String,java.lang.Object> createAll(java.lang.String... names)
throws ConstructionException
- Throws:
ConstructionException
createAll
public java.util.Map<java.lang.String,java.lang.Object> createAll(java.util.List<java.lang.String> names)
throws ConstructionException
- Throws:
ConstructionException
Copyright © 2005-2011. All Rights Reserved.