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
(New page: {{Virgo}} Virgo's <tt>ExtensionsHookConfigurator</tt> class registers various Equinox hooks: * a class loading hook, <tt>PluggableClassLoadingHook</tt>, which ... * the following bundl...)
 
Line 5: Line 5:
 
* a class loading hook, <tt>PluggableClassLoadingHook</tt>, which ...
 
* a class loading hook, <tt>PluggableClassLoadingHook</tt>, which ...
 
* the following bundle file wrapper factory hooks:
 
* the following bundle file wrapper factory hooks:
**<tt></tt>
+
**<tt>ExtendedBundleFileWrapperFactoryHook</tt> which ...
 +
** <tt></tt> which ...
 +
** <tt></tt> which ...
 +
** <tt></tt> which ...
 +
* a class loader delegate hook <tt>PluggableDelegatingClassLoaderDelegateHook</tt> which ...
  
 
[[Category:Virgo]] [[Category:EclipseRT]]
 
[[Category:Virgo]] [[Category:EclipseRT]]

Revision as of 07:04, 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 ...
    • which ...
    • which ...
    • which ...
  • a class loader delegate hook PluggableDelegatingClassLoaderDelegateHook which ...

Back to the top