Uses of Class
org.java.plugin.PluginLifecycleException
-
Packages that use PluginLifecycleException Package Description org.java.plugin This package contains framework runtime API.org.java.plugin.standard This package contains standard implementation of main framework runtime API. -
-
Uses of PluginLifecycleException in org.java.plugin
Methods in org.java.plugin that throw PluginLifecycleException Modifier and Type Method Description abstract voidPluginManager. activatePlugin(java.lang.String id)Activates plug-in with given ID if it is not activated yet.abstract PluginPluginManager. getPlugin(java.lang.String id)Looks for plug-in with given ID and activates it if it is not activated yet. -
Uses of PluginLifecycleException in org.java.plugin.standard
Methods in org.java.plugin.standard that throw PluginLifecycleException Modifier and Type Method Description voidStandardPluginManager. activatePlugin(java.lang.String id)Activates plug-in with given ID if it is not activated yet.protected abstract voidPluginLifecycleHandler. afterPluginStop(Plugin plugin)This method will be called byPluginManagerjust after stopping plug-in.protected abstract voidPluginLifecycleHandler. beforePluginStart(Plugin plugin)This method will be called byPluginManagerjust before starting plug-in.protected abstract PluginPluginLifecycleHandler. createPluginInstance(PluginDescriptor descr)This method should create new instance of plug-in class.protected PluginStandardPluginLifecycleHandler. createPluginInstance(PluginDescriptor descr)Creates instance of plug-in class calling it's default (no-arguments) constructor.PluginStandardPluginManager. getPlugin(java.lang.String id)Looks for plug-in with given ID and activates it if it is not activated yet.
-