public class ObjectGraph extends Object
| Constructor and Description |
|---|
ObjectGraph() |
ObjectGraph(Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(String name) |
Map<String,Object> |
createAll(List<String> names) |
Map<String,Object> |
createAll(String... names) |
Repository |
getRepository() |
void |
setRepository(Repository repository) |
public ObjectGraph()
public ObjectGraph(Repository repository)
public Repository getRepository()
public void setRepository(Repository repository)
public Object create(String name) throws ConstructionException
ConstructionExceptionpublic Map<String,Object> createAll(String... names) throws ConstructionException
ConstructionExceptionpublic Map<String,Object> createAll(List<String> names) throws ConstructionException
ConstructionExceptionCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.