public interface IPluginInfo
Modifier and Type | Interface and Description |
---|---|
static interface |
IPluginInfo.IPluginInfoContext |
Modifier and Type | Method and Description |
---|---|
void |
getPluginInfo(IPluginInfo.IPluginInfoContext ctx)
This method is called by the host application when the plugin must:
validate the settings returned by
IPluginInfo.IPluginInfoContext.getSettings()
return the key that uniquely identifies this
plugin in the system. |
void getPluginInfo(IPluginInfo.IPluginInfoContext ctx) throws java.lang.Exception
IPluginInfo.IPluginInfoContext.getSettings()
key
that uniquely identifies this
plugin in the system.IInit.init(IInit.IInitContext)
may or may have not been
called. Typically though, the host application will create an instance of the plugin, call this method, then
throw away the instance of that plugin.
java.lang.Exception