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

Packages that use BundleFileFactoryHook
org.eclipse.osgi.baseadaptor   
 

Uses of BundleFileFactoryHook in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return BundleFileFactoryHook
 BundleFileFactoryHook[] HookRegistry.getBundleFileFactoryHooks()
          Returns the list of configured bundle file factories.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleFileFactoryHook
 void HookRegistry.addBundleFileFactoryHook(BundleFileFactoryHook factory)
          Adds a bundle file factory to this hook registry.