Package org.radeox.macro
Class MacroLoader
- java.lang.Object
-
- org.radeox.macro.PluginLoader
-
- org.radeox.macro.MacroLoader
-
public class MacroLoader extends PluginLoader
Plugin loader for macros- Version:
- $Id$
- Author:
- Stephan J. Schmidt
-
-
Field Summary
-
Fields inherited from class org.radeox.macro.PluginLoader
repository
-
-
Constructor Summary
Constructors Constructor Description MacroLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Repository repository, Object plugin)Add a plugin to the known plugin mapClassgetLoadClass()-
Methods inherited from class org.radeox.macro.PluginLoader
getPlugins, loadPlugins, loadPlugins, setRepository
-
-
-
-
Method Detail
-
getLoadClass
public Class getLoadClass()
- Specified by:
getLoadClassin classPluginLoader
-
add
public void add(Repository repository, Object plugin)
Add a plugin to the known plugin map- Specified by:
addin classPluginLoader- Parameters:
macro- Macro to add
-
-