Class Overview
Descriptor parser that handles special tasks for osgi plugins such as recording the
originating module descriptor elements. Must only be used with OsgiPlugin instances.
Public Constructors
public
OsgiPluginXmlDescriptorParser
(InputStream source, String... applicationKeys)
Parameters
| source
| The XML descriptor source |
| applicationKeys
| The application keys to limit modules to, null for only unspecified |
Protected Methods
Passes module descriptor elements back to the OsgiPlugin
Parameters
| plugin
| The plugin |
| element
| The module element |
| moduleDescriptorFactory
| The module descriptor factory |
Returns
- The module, or null if the module cannot be found