Uses of Class
org.java.plugin.PluginLifecycleException
Packages that use PluginLifecycleException
Package
Description
This package contains framework runtime API.
This package contains standard implementation of main framework runtime API.
-
Uses of PluginLifecycleException in org.java.plugin
Methods in org.java.plugin that throw PluginLifecycleExceptionModifier and TypeMethodDescriptionabstract voidPluginManager.activatePlugin(String id) Activates plug-in with given ID if it is not activated yet.abstract PluginLooks 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 PluginLifecycleExceptionModifier and TypeMethodDescriptionvoidStandardPluginManager.activatePlugin(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.Looks for plug-in with given ID and activates it if it is not activated yet.