See: Description
| Package | Description |
|---|---|
| org.netbeans.core.netigso.spi |
Special hooks for OSGi framework providers.
|
Netigso the heart of NetBeans integration with OSGi with NetBeans module system is contained in this module. This module locates the OSGi framework implmentation and is then responsible for finding, registering and starting OSGi bundles provided by the NetBeans module system.
One can influence behavior of Felix OSGi container by specifying system properties.
OSGi specification bundle with NetBeans has been upgraded to version 4.3. Both containers were upgraded too. Felix to version 4.0.2 and Equinox to 3.7.1.
One can check whether the access to resource archive is safe or not
by calling isActive() method.
Only NetBeans modules with public API can be accessed from OSGi bundles. One can specify direct value for Netigso-Export-Package to export also non-public APIs.
OSGi frameworks can get access on Netigso's resource cache and store classes in there, rather in their own private caches.
|
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
Built on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.