|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpfException | |
---|---|
org.java.plugin | This package contains framework runtime API. |
org.java.plugin.extension | |
org.java.plugin.registry | This package contains framework registry API. |
org.java.plugin.standard | This package contains standard implementation of main framework runtime API. |
Uses of JpfException in org.java.plugin |
---|
Subclasses of JpfException in org.java.plugin | |
---|---|
class |
PluginLifecycleException
Exception class that indicates errors during plug-in life cycle. |
Methods in org.java.plugin that throw JpfException | |
---|---|
abstract java.util.Map<java.lang.String,Identity> |
PluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager. |
boolean |
PluginController.registerLocation(java.io.File... location)
Register a new plugin folder. |
void |
PluginController.registerPlugins(java.net.URL... pluginURLs)
Register custom plugins. |
Uses of JpfException in org.java.plugin.extension |
---|
Methods in org.java.plugin.extension that throw JpfException | |
---|---|
java.lang.Object |
InstanceFactory.createFromExtension(Extension extension)
Use this to craete an instance from the given extension. |
java.lang.Object |
AnnotatedExtension.createInstance()
|
Uses of JpfException in org.java.plugin.registry |
---|
Subclasses of JpfException in org.java.plugin.registry | |
---|---|
class |
ManifestProcessingException
Exception class that indicates errors during plug-in manifest processing. |
Methods in org.java.plugin.registry that throw JpfException | |
---|---|
java.lang.Object |
Extension.createInstance()
If this extension provides a parameter "class", this will create a new instance of that class. |
Uses of JpfException in org.java.plugin.standard |
---|
Methods in org.java.plugin.standard that throw JpfException | |
---|---|
java.util.Map<java.lang.String,Identity> |
StandardPluginManager.publishPlugins(PluginManager.PluginLocation[] locations)
Registers plug-ins and their locations with this plug-in manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |