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 PluginClassLoaderPluginManager.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 voidPluginManager.disposeClassLoader(PluginClassLoader cl) Forwards call todispose()method.protected final voidPluginManager.notifyClassLoader(PluginClassLoader cl) Forwards call topluginsSetChanged()method. -
Uses of PluginClassLoader in org.java.plugin.standard
Subclasses of PluginClassLoader in org.java.plugin.standardModifier and TypeClassDescriptionclassStandard implementation of plug-in class loader.Methods in org.java.plugin.standard that return PluginClassLoaderModifier and TypeMethodDescriptionprotected abstract PluginClassLoaderPluginLifecycleHandler.createPluginClassLoader(PluginDescriptor descr) This method should create new instance of class loader for given plug-in.protected PluginClassLoaderStandardPluginLifecycleHandler.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.