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

Version:
$Id: PluginRepository.java,v 1.3 2003/08/14 07:01:11 stephan Exp $
Author:
Stephan J. Schmidt

Field Summary
protected static Repository instance
           
protected  java.util.List list
           
protected  java.util.Map plugins
           
 
Constructor Summary
PluginRepository()
           
 
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
 

Field Detail

plugins

protected java.util.Map plugins

list

protected java.util.List list

instance

protected static Repository instance
Constructor Detail

PluginRepository

public PluginRepository()
Method Detail

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


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.