Uses of Interface
org.eclipse.osgi.baseadaptor.hooks.ClassLoadingHook

Packages that use ClassLoadingHook
org.eclipse.osgi.baseadaptor   
 

Uses of ClassLoadingHook in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return ClassLoadingHook
 ClassLoadingHook[] HookRegistry.getClassLoadingHooks()
          Returns the list of configured class loading hooks.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type ClassLoadingHook
 void HookRegistry.addClassLoadingHook(ClassLoadingHook classLoadingHook)
          Adds a class loading hook to this hook registry.