Package | Description |
---|---|
org.java.plugin |
This package contains framework runtime API.
|
org.java.plugin.boot |
This package contains helper classes to start/stop JPF based applications.
|
org.java.plugin.registry |
This package contains framework registry API.
|
org.java.plugin.registry.xml |
This package contains XML syntax manifest files based framework registry API implementation.
|
org.java.plugin.standard |
This package contains standard implementation of main framework runtime API.
|
Modifier and Type | Method and Description |
---|---|
abstract PluginRegistry |
ObjectFactory.createRegistry()
Creates new instance of plug-in registry implementation class using
standard discovery algorithm to determine which registry implementation
class should be instantiated.
|
abstract PluginRegistry |
PluginManager.getRegistry() |
Modifier and Type | Method and Description |
---|---|
abstract PluginManager |
ObjectFactory.createManager(PluginRegistry registry,
PathResolver pathResolver)
Creates new instance of plug-in manager.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<PluginManager.PluginLocation> |
DefaultApplicationInitializer.filterPluginLocations(PluginRegistry registry,
Collection<PluginManager.PluginLocation> pluginLocations)
This method may remove unwanted plug-in locations from the given list.
|
Modifier and Type | Method and Description |
---|---|
PluginRegistry |
PluginDescriptor.getRegistry() |
PluginRegistry |
PluginFragment.getRegistry() |
Modifier and Type | Class and Description |
---|---|
class |
PluginRegistryImpl
This is an implementation of plug-in registry of XML syntax plug-in
manifests.
|
Modifier and Type | Method and Description |
---|---|
PluginRegistry |
StandardObjectFactory.createRegistry() |
PluginRegistry |
StandardPluginManager.getRegistry() |
Modifier and Type | Method and Description |
---|---|
PluginManager |
StandardObjectFactory.createManager(PluginRegistry registry,
PathResolver pathResolver) |
Constructor and Description |
---|
StandardPluginManager(PluginRegistry aRegistry,
PathResolver aPathResolver,
PluginLifecycleHandler aLifecycleHandler)
Creates instance of plug-in manager for given registry, path resolver and
life cycle handler.
|
Copyright © 2016. All Rights Reserved.