|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radeox.macro.PluginLoader
org.radeox.macro.MacroLoader
public class MacroLoader
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 |
---|
public MacroLoader()
Method Detail |
---|
public java.lang.Class getLoadClass()
getLoadClass
in class PluginLoader
public void add(Repository repository, java.lang.Object plugin)
add
in class PluginLoader
repository
- a Repository to add the plugin toplugin
- a Macro to add to the repository
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |