Class Index | File Index

Classes


Class orion.pluginregistry.Plugin

Represents a single plugin in the plugin registry
Defined in: </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.core/web/orion/pluginregistry.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new plugin
Method Summary
Method Attributes Method Name and Description
 
Returns the declarative properties of this plugin
 
Returns the URL location of this plugin
 
Returns the service references provided by this plugin
 
Uninstalls this plugin
Class Detail
orion.pluginregistry.Plugin()
Creates a new plugin
Method Detail
{Object} getData()
Returns the declarative properties of this plugin
Returns:
{Object} the service properties

{String} getLocation()
Returns the URL location of this plugin
Returns:
{String} The URL of this plugin

{orion.serviceregistry.ServiceReference} getServiceReferences()
Returns the service references provided by this plugin
Returns:
{orion.serviceregistry.ServiceReference} The service references provided by this plugin.

uninstall()
Uninstalls this plugin

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 20 2011 02:04:43 GMT-0400 (EDT)