Uses of Class
org.java.plugin.Plugin
Packages that use Plugin
Package
Description
This package contains framework runtime API.
This package contains helper classes to start/stop JPF based applications.
This package contains standard implementation of main framework runtime API.
-
Uses of Plugin in org.java.plugin
Methods in org.java.plugin that return PluginModifier and TypeMethodDescriptionabstract PluginLooks for plug-in with given ID and activates it if it is not activated yet.abstract PluginPluginManager.getPluginFor(Object obj) Looks for plug-in, given object belongs to.Methods in org.java.plugin with parameters of type PluginModifier and TypeMethodDescriptionprotected final voidPluginManager.initPlugin(Plugin plugin, PluginDescriptor descr) Initializes given plug-in with this manager instance and given descriptor.voidPluginManager.EventListener.pluginActivated(Plugin plugin) This method will be called by the manager just after plug-in has been successfully activated.voidPluginManager.EventListenerAdapter.pluginActivated(Plugin plugin) voidPluginManager.EventListener.pluginDeactivated(Plugin plugin) This method will be called by the manager just before plug-in deactivation.voidPluginManager.EventListenerAdapter.pluginDeactivated(Plugin plugin) protected final voidPluginManager.startPlugin(Plugin plugin) Starts given plug-in.protected final voidPluginManager.stopPlugin(Plugin plugin) Stops given plug-in. -
Uses of Plugin in org.java.plugin.boot
Subclasses of Plugin in org.java.plugin.bootModifier and TypeClassDescriptionclassThis class is for "application" plug-ins - a JPF based program entry point. -
Uses of Plugin in org.java.plugin.standard
Methods in org.java.plugin.standard that return PluginModifier and TypeMethodDescriptionprotected 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.StandardPluginManager.getPluginFor(Object obj) Looks for plug-in, given object belongs to.Methods in org.java.plugin.standard with parameters of type PluginModifier and TypeMethodDescriptionprotected abstract voidPluginLifecycleHandler.afterPluginStop(Plugin plugin) This method will be called byPluginManagerjust after stopping plug-in.protected voidStandardPluginLifecycleHandler.afterPluginStop(Plugin plugin) This method does nothing in this implementation.protected abstract voidPluginLifecycleHandler.beforePluginStart(Plugin plugin) This method will be called byPluginManagerjust before starting plug-in.protected voidStandardPluginLifecycleHandler.beforePluginStart(Plugin plugin) This method does nothing in this implementation.