Package | Description |
---|---|
org.java.plugin |
This package contains framework runtime API.
|
org.java.plugin.registry |
This package contains framework registry API.
|
org.java.plugin.standard |
This package contains standard implementation of main framework runtime API.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginLifecycleException
Exception class that indicates errors during plug-in life cycle.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Map<java.lang.String,Identity> |
PluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ManifestProcessingException
Exception class that indicates errors during plug-in manifest processing.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Identity> |
StandardPluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager.
|
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.