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.
|
Modifier and Type | Method and Description |
---|---|
abstract PluginClassLoader |
PluginManager.getPluginClassLoader(PluginDescriptor descr)
Returns instance of plug-in's class loader and not tries to activate
plug-in.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PluginManager.disposeClassLoader(PluginClassLoader cl)
Forwards call to
dispose() method. |
protected void |
PluginManager.notifyClassLoader(PluginClassLoader cl)
Forwards call to
pluginsSetChanged() method. |
Modifier and Type | Class and Description |
---|---|
class |
StandardPluginClassLoader
Standard implementation of plug-in class loader.
|
Modifier and Type | Method and Description |
---|---|
protected PluginClassLoader |
StandardPluginLifecycleHandler.createPluginClassLoader(PluginDescriptor descr)
Creates standard implementation of plug-in class loader.
|
protected abstract PluginClassLoader |
PluginLifecycleHandler.createPluginClassLoader(PluginDescriptor descr)
This method should create new instance of class loader for given plug-in.
|
PluginClassLoader |
StandardPluginManager.getPluginClassLoader(PluginDescriptor descr)
Returns instance of plug-in's class loader and not tries to activate
plug-in.
|
Copyright © 2019. All rights reserved.