2 | | * Listing of extension points of a given plug-in |
3 | | * Listing of extensions implementing a given extension point. |
4 | | * Directly extending the extension points |
5 | | * Extending a extension point, inheriting the given one. |
6 | | * Easy instantiation of extension classes |
7 | | * Get plug-in meta information |
| 2 | * Should contain |
| 3 | * Listing of extension points of a given plug-in |
| 4 | * Listing of extensions implementing a given extension point. |
| 5 | * Directly extending the extension points |
| 6 | * Extending an extension point, inheriting the given one. |
| 7 | * Easy instantiation of extension classes |
| 8 | * Get plug-in meta information |
| 9 | * Find places in the application where it can be used. |