NAME
PXP::Extension - Extension model class (used only in the internal registry)
SYNOPSIS
DESCRIPTION
An extension is a new processing element that can be added to the framework. An extension is typically bundled inside a Plugin
with other Extension
s.
This class is used only in the internal registry to store definitions of Extension
s. Plugin developers MUST NOT use this class.
There are no rules or specific interfaces enforced by the framework. However, specific extension points may mandate the use of a specific interface for their own extensions. This choice is left to designers of new extension points.
SEE ALSO
PXP::Plugin
, PXP::PluginRegistry
See the article on eclipse.org describing the plugin architecture : http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 130:
You forgot a '=back' before '=head1'