Uses of Class
org.java.plugin.PluginClassLoader
Packages that use PluginClassLoader
Package
Description
This package contains framework runtime API.
This package contains standard implementation of main framework runtime API.
-
Uses of PluginClassLoader in org.java.plugin
Methods in org.java.plugin that return PluginClassLoaderModifier and TypeMethodDescriptionabstract PluginClassLoader
PluginManager.getPluginClassLoader
(PluginDescriptor descr) Returns instance of plug-in's class loader and not tries to activate plug-in.Methods in org.java.plugin with parameters of type PluginClassLoaderModifier and TypeMethodDescriptionprotected final void
PluginManager.disposeClassLoader
(PluginClassLoader cl) Forwards call todispose()
method.protected final void
PluginManager.notifyClassLoader
(PluginClassLoader cl) Forwards call topluginsSetChanged()
method. -
Uses of PluginClassLoader in org.java.plugin.standard
Subclasses of PluginClassLoader in org.java.plugin.standardModifier and TypeClassDescriptionclass
Standard implementation of plug-in class loader.Methods in org.java.plugin.standard that return PluginClassLoaderModifier and TypeMethodDescriptionprotected abstract PluginClassLoader
PluginLifecycleHandler.createPluginClassLoader
(PluginDescriptor descr) This method should create new instance of class loader for given plug-in.protected PluginClassLoader
StandardPluginLifecycleHandler.createPluginClassLoader
(PluginDescriptor descr) Creates standard implementation of plug-in class loader.StandardPluginManager.getPluginClassLoader
(PluginDescriptor descr) Returns instance of plug-in's class loader and not tries to activate plug-in.