Package 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 Object implements Repository
Repository for plugins- Version:
- $Id: PluginRepository.java 7707 2006-04-12 17:30:19Z ian@caret.cam.ac.uk $
- Author:
- Stephan J. Schmidt
-
-
Constructor Summary
Constructors Constructor Description PluginRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(String key)Objectget(String key)ListgetPlugins()voidput(String key, Object value)
-
-
-
Field Detail
-
plugins
protected Map plugins
-
list
protected List list
-
instance
protected static Repository instance
-
-
Method Detail
-
containsKey
public boolean containsKey(String key)
- Specified by:
containsKeyin interfaceRepository
-
get
public Object get(String key)
- Specified by:
getin interfaceRepository
-
getPlugins
public List getPlugins()
- Specified by:
getPluginsin interfaceRepository
-
put
public void put(String key, Object value)
- Specified by:
putin interfaceRepository
-
-