public class PluginRepository extends Object implements Repository
| Modifier and Type | Field and Description |
|---|---|
protected static Repository |
instance |
protected List |
list |
protected Map |
plugins |
| Constructor and Description |
|---|
PluginRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Object |
get(String key) |
List |
getPlugins() |
void |
put(String key,
Object value) |
protected Map plugins
protected List list
protected static Repository instance
public boolean containsKey(String key)
containsKey in interface Repositorypublic Object get(String key)
get in interface Repositorypublic List getPlugins()
getPlugins in interface Repositorypublic void put(String key, Object value)
put in interface RepositoryCopyright © 2003-2014 Sakai Project. All Rights Reserved.