|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.app.plugin.PluginLoader
A plugin loader and manager. This class handles the initialization and loading of the application plugins.
| Constructor Summary | |
PluginLoader()
|
|
| Method Summary | |
void |
shutdown()
Shuts down the plugin loader and deinitializes all loaded plugins. |
void |
startup(java.io.File dir)
Initializes the plugin loader. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PluginLoader()
| Method Detail |
public void startup(java.io.File dir)
throws PluginException
dir - the plugin directory
PluginException - if some plugin failed to load or
initialize correctlypublic void shutdown()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||