Uses of Class
org.java.plugin.PluginClassLoader
-
Packages that use PluginClassLoader 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 PluginClassLoader in org.java.plugin
Methods in org.java.plugin that return PluginClassLoader Modifier and Type Method Description abstract 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 PluginClassLoader Modifier and Type Method Description protected voidPluginManager. disposeClassLoader(PluginClassLoader cl)Forwards call todispose()method.protected voidPluginManager. notifyClassLoader(PluginClassLoader cl)Forwards call topluginsSetChanged()method. -
Uses of PluginClassLoader in org.java.plugin.standard
Subclasses of PluginClassLoader in org.java.plugin.standard Modifier and Type Class Description classStandardPluginClassLoaderStandard implementation of plug-in class loader.Methods in org.java.plugin.standard that return PluginClassLoader Modifier and Type Method Description protected 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.PluginClassLoaderStandardPluginManager. getPluginClassLoader(PluginDescriptor descr)Returns instance of plug-in's class loader and not tries to activate plug-in.
-