Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Virgo/Design/EquinoxHooks"

< Virgo‎ | Design
Line 6: Line 6:
 
* the following bundle file wrapper factory hooks:
 
* the following bundle file wrapper factory hooks:
 
**<tt>ExtendedBundleFileWrapperFactoryHook</tt> which ...
 
**<tt>ExtendedBundleFileWrapperFactoryHook</tt> which ...
** <tt></tt> which ...
+
** <tt>BundleFileClosingBundleFileWrapperFactoryHook</tt> which ...
** <tt></tt> which ...
+
** <tt>PluggableBundleFileWrapperFactoryHook</tt> which ...
** <tt></tt> which ...
+
 
* a class loader delegate hook <tt>PluggableDelegatingClassLoaderDelegateHook</tt> which ...
 
* a class loader delegate hook <tt>PluggableDelegatingClassLoaderDelegateHook</tt> which ...
  
 
[[Category:Virgo]] [[Category:EclipseRT]]
 
[[Category:Virgo]] [[Category:EclipseRT]]

Revision as of 07:05, 15 April 2013


Virgo's ExtensionsHookConfigurator class registers various Equinox hooks:

  • a class loading hook, PluggableClassLoadingHook, which ...
  • the following bundle file wrapper factory hooks:
    • ExtendedBundleFileWrapperFactoryHook which ...
    • BundleFileClosingBundleFileWrapperFactoryHook which ...
    • PluggableBundleFileWrapperFactoryHook which ...
  • a class loader delegate hook PluggableDelegatingClassLoaderDelegateHook which ...

Back to the top