|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.chwf.plugin.Plugin
Class with plugin utility methods.
Constructor Summary | |
Plugin()
|
Method Summary | |
static java.lang.Object |
initPlugin(java.lang.Class rootClass,
java.lang.String pluginID,
java.lang.String defaultPlugin)
Utility method to initialize plugin singletons. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Plugin()
Method Detail |
public static java.lang.Object initPlugin(java.lang.Class rootClass, java.lang.String pluginID, java.lang.String defaultPlugin)
rootClass
- The root class (superclass) of the plugin.pluginID
- The plugin configuration id (key). Will lookup the config
value pluginID + ".class".defaultPlugin
- The default plugin class for this plugin.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |