|
Class Summary |
| AbstractPlugin |
Superclass of all plugins, brought either by the kernel or by external means.
|
| ExtensionPoint |
Superclass of all known extension points. |
| ExtensionPointHandler |
This class is intended to parse the extension points file and construct a
<id, ExtensionPoint >Map
The incoming SAX document must follow this structure :
<extensions>
<extension id="AAA" type="single|multiple" class="BBB">
<foo>bar</foo>
</extension>
... |
| Plugin |
Superclass of all plugins, brought either by the kernel or by external means.
|
| PluginManager |
The PluginManager is in charge to load and initialize plugins. |
| PluginSourceFactory |
SourceFactory handling resources URIs for plugins.
|