- Mastering Eclipse Plug-in Development
- Dr Alex Blewitt
- 58字
- 2025-04-04 21:32:55
Chapter 2. Creating Custom Extension Points
Eclipse is extended through the use of extension points and the extension registry. The registry manages a list of extension points and a list of extensions. Although it is commonly used in OSGi runtimes such as Eclipse, the extension registry can be used outside of an OSGi runtime as well.