org.eclipse.osgi.baseadaptor
Interface HookConfigurator

All Known Implementing Classes:
EclipseAdaptorHook, EclipseClassLoadingHook, EclipseErrorHandler, EclipseLazyStarter, EclipseLogHook, EclipseStorageHook, StatsManager

public interface HookConfigurator

A hook configurator is used to add hooks to the hook registry.

Since:
3.2
See Also:
HookRegistry

Method Summary
 void addHooks(HookRegistry hookRegistry)
          Adds hooks to the specified hook registry.
 

Method Detail

addHooks

void addHooks(HookRegistry hookRegistry)
Adds hooks to the specified hook registry.

Parameters:
hookRegistry - the hook registry used to add hooks