Abstract
is the plugin manager (ext) type
is the plugin API factory type
is the type identifying the Ext
interfaces supported by the plugin manager
Protected
apiProtected
Readonly
bannerProtected
Readonly
loadProtected
Readonly
pluginProtected
Readonly
rpcProtected
Abstract
createProtected
Abstract
createCreate the PluginHost that is required by my plugin manager ext interface to delegate critical behaviour such as loading and initializing plugins to me.
Protected
getProtected
Abstract
initInitialize the end of the given provided extension API applicable to the current plugin host. Errors should be propagated to the caller.
the extension API to initialize, if appropriate
Protected
register
Handle the RPC calls.