Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-incubator-e4-dev] Interesting article on modelling with prototype-based leanings

There's no "load everything" flag, but you could write a little plugin
to do it yourself by starting all INSTALLED bundles.

See org.osgi.framework.BundleContext.getBundles() and org.osgi.framework.Bundle

Do you have a specific use in mind?  I don't think you would get the
desired results using the above method :-)

In OSGi it's more common to specify all the bundles you want to start
in the osgi.bundles property, though.

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top