public interface ObjectRepository extends Repository
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Object |
get(String key) |
Object |
get(String key,
ClassLoader loader) |
Iterator<String> |
list() |
void |
put(String key,
Object value) |
boolean |
remove(String key) |
getChildRepositoryCopyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.