org.radeox.macro
Class MacroLoader

java.lang.Object
  extended by org.radeox.macro.PluginLoader
      extended by org.radeox.macro.MacroLoader

public class MacroLoader
extends PluginLoader

Plugin loader for macros


Field Summary
 
Fields inherited from class org.radeox.macro.PluginLoader
repository
 
Constructor Summary
MacroLoader()
           
 
Method Summary
 void add(Repository repository, java.lang.Object plugin)
          Add a plugin to the known plugin map
 java.lang.Class getLoadClass()
           
 
Methods inherited from class org.radeox.macro.PluginLoader
getPlugins, loadPlugins, loadPlugins, setRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroLoader

public MacroLoader()
Method Detail

getLoadClass

public java.lang.Class getLoadClass()
Specified by:
getLoadClass in class PluginLoader

add

public void add(Repository repository,
                java.lang.Object plugin)
Add a plugin to the known plugin map

Specified by:
add in class PluginLoader
Parameters:
repository - a Repository to add the plugin to
plugin - a Macro to add to the repository