org.radeox.macro
Class PluginRepository
java.lang.Object
org.radeox.macro.PluginRepository
- All Implemented Interfaces:
- Repository
- Direct Known Subclasses:
- FunctionRepository, MacroRepository
public class PluginRepository
- extends java.lang.Object
- implements Repository
Repository for plugins
Method Summary |
boolean |
containsKey(java.lang.String key)
|
java.lang.Object |
get(java.lang.String key)
|
java.util.List |
getPlugins()
|
void |
put(java.lang.String key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
plugins
protected java.util.Map plugins
list
protected java.util.List list
instance
protected static Repository instance
PluginRepository
public PluginRepository()
containsKey
public boolean containsKey(java.lang.String key)
- Specified by:
containsKey
in interface Repository
get
public java.lang.Object get(java.lang.String key)
- Specified by:
get
in interface Repository
getPlugins
public java.util.List getPlugins()
- Specified by:
getPlugins
in interface Repository
put
public void put(java.lang.String key,
java.lang.Object value)
- Specified by:
put
in interface Repository