|
|||||||||||
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.table.FunctionLoader
Plugin loader for table functions
Field Summary | |
protected static FunctionLoader |
instance
|
Fields inherited from class org.radeox.macro.PluginLoader |
repository |
Constructor Summary | |
FunctionLoader()
|
Method Summary | |
void |
add(Repository repository,
java.lang.Object plugin)
Add a plugin to the known plugin map |
static PluginLoader |
getInstance()
|
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 |
Field Detail |
protected static FunctionLoader instance
Constructor Detail |
public FunctionLoader()
Method Detail |
public static PluginLoader getInstance()
public java.lang.Class getLoadClass()
getLoadClass
in class PluginLoader
public void add(Repository repository, java.lang.Object plugin)
add
in class PluginLoader
plugin
- Function to add
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |