See: Description
| Package | Description |
|---|---|
| org.openide.modules |
NetBeans is capable of being extended by pluggable
modules
providing additional functionality.
|
Naming rules for module code name bases are now relaxed.
The name of a module can contain a Java keyword like
org.mysite.import.something, etc.
Class Modules introduced, initially with the ability
to find the owner of a given class directly without iterating
through all known modules.
You can now distribute native libraries into architecture
and OS specific directories under modules/lib;
see the documentation.
The functionality is actually provided by the
org.netbeans.bootstrap module as of version 2.33.
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.
|
|
|
Read more about the implementation in the answers to architecture questions.
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.