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 |
---|---|
PluginManager |
ObjectFactory.createManager()
Creates new instance of plug-in manager using new instances of registry
and path resolver.
|
abstract PluginManager |
ObjectFactory.createManager(PluginRegistry registry,
PathResolver pathResolver)
Creates new instance of plug-in manager.
|
PluginManager |
Plugin.getManager() |
PluginManager |
PluginClassLoader.getPluginManager() |
static PluginManager |
PluginManager.lookup(Object obj)
Looks for plug-in manager instance for given object.
|
Constructor and Description |
---|
PluginClassLoader(PluginManager aManager,
PluginDescriptor descr,
URL[] urls) |
PluginClassLoader(PluginManager aManager,
PluginDescriptor descr,
URL[] urls,
ClassLoader parent) |
PluginClassLoader(PluginManager aManager,
PluginDescriptor descr,
URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
StandardPluginManager
Standard implementation of plug-in manager.
|
Modifier and Type | Method and Description |
---|---|
PluginManager |
StandardObjectFactory.createManager(PluginRegistry registry,
PathResolver pathResolver) |
protected PluginManager |
PluginLifecycleHandler.getPluginManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
PluginLifecycleHandler.init(PluginManager aManager)
Initializes this handler instance.
|
Constructor and Description |
---|
StandardPluginClassLoader(PluginManager aManager,
PluginDescriptor descr,
ClassLoader parent)
Creates class instance configured to load classes and resources for given
plug-in.
|
Copyright © 2020. All Rights Reserved.