Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] BundleContext and IPluginRegistry

I can get a list of bundles/plugin in 2.1 :

IPluginRegistry registry = Platform.getPluginRegistry();

now in 3.0, BundleContext is a replacement, its function getBundles() can return a list of bundles,
but how to do that .  I am expecting some code snippet.
   

Regards!

shrink


       
        zhaohanboy@xxxxxxx
          2005-10-04

Back to the top