|
org.openide.modules 7.17.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Module System API | |
---|---|
org.openide.modules | NetBeans is capable of being extended by pluggable modules providing additional functionality. |
You can now distribute native libraries into architecture and OS specific directories under modules/lib as documented in the documentation. The functionality is actually provided by the org.netbeans.bootstrap module as of version 2.33, which will be part of NetBeans 6.9 release.
ModuleInstall
lifecycle
The ModuleInstall
methods installed
and
updated
, while previously deprecated, will no longer
be called at all. ModuleInstall
instances will also
no longer be serialized to disk. Versioning-related attributes
are no longer stored in config/Modules/*.xml
files.
InstalledFileLocator.locateAll
You can now locate multiple variants of an installed file path from different clusters.
Dependency
now implements Serializable
@PatchedPublic
Added @PatchedPublic
to request that the module system
treat binary references to a method as public even if in source is
is not public.
|
|
|
Read more about the implementation in the answers to architecture questions.
|
org.openide.modules 7.17.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |