The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 Extensions.

This class is used only in the internal registry to store definitions of Extensions. 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.

name, id, version

Basic accessors for extension properties.

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'