|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Repository | |
| org.radeox.macro | |
| org.radeox.macro.table | |
| Uses of Repository in org.radeox.macro |
| Classes in org.radeox.macro that implement Repository | |
class |
MacroRepository
Repository for plugins |
class |
PluginRepository
Repository for plugins |
| Fields in org.radeox.macro declared as Repository | |
protected static Repository |
PluginRepository.instance
|
| Methods in org.radeox.macro that return Repository | |
Repository |
PluginLoader.loadPlugins(Repository repository)
|
Repository |
PluginLoader.loadPlugins(Repository repository,
java.lang.Class klass)
|
| Methods in org.radeox.macro with parameters of type Repository | |
Repository |
PluginLoader.loadPlugins(Repository repository)
|
Repository |
PluginLoader.loadPlugins(Repository repository,
java.lang.Class klass)
|
abstract void |
PluginLoader.add(Repository repository,
java.lang.Object plugin)
Add a plugin to the known plugin map |
void |
MacroLoader.add(Repository repository,
java.lang.Object plugin)
Add a plugin to the known plugin map |
| Uses of Repository in org.radeox.macro.table |
| Classes in org.radeox.macro.table that implement Repository | |
class |
FunctionRepository
Repository for functions |
| Fields in org.radeox.macro.table declared as Repository | |
protected static Repository |
FunctionRepository.instance
|
| Methods in org.radeox.macro.table that return Repository | |
static Repository |
FunctionRepository.getInstance()
|
| Methods in org.radeox.macro.table with parameters of type Repository | |
void |
FunctionLoader.add(Repository repository,
java.lang.Object plugin)
Add a plugin to the known plugin map |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||