Mastering Eclipse Plug-in Development
上QQ阅读APP看书,第一时间看更新

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.