|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Represents an extension description.
Extension descriptors are obtained from the plugin manifest files
plugin.xml. These are framework-defined objects that exist
in the plugin registry independent of whether an extension has been activated.
This interface is not intended to be implemented by clients.
IExtensionExecutable| Method Summary | |
IExtensionExecutable |
createExecutableExtension()
Returns an instance of the extension executable. |
java.net.URL |
find(java.lang.String path)
Returns the path location from which this extension is loaded. |
java.lang.String |
getId()
Returns the unique identifier of this extension. |
java.net.URL |
getLocalizedLocation()
Returns the localized location from which this extension is loaded. |
java.net.URL |
getLocation()
Returns the location from which this extension is loaded. |
java.lang.String |
getName()
Returns the name of this extension. |
IParameterRegistry |
getParameterRegistry()
Returns the parameter registry that holds the parameters of this extension. |
| Method Detail |
public IExtensionExecutable createExecutableExtension()
public java.net.URL find(java.lang.String path)
public java.lang.String getId()
public java.net.URL getLocalizedLocation()
public java.net.URL getLocation()
public java.lang.String getName()
public IParameterRegistry getParameterRegistry()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||