See: Description
Package | Description |
---|---|
org.openide.modules |
NetBeans is capable of being extended by pluggable
modules
providing additional functionality.
|
New findCodeNameBase(String)
method returning
ModuleInfo
or null
.
Dependency.create now allows code name base where dot is followed by number (like org.apache.servicemix.specs.jsr303_api_1.0.0). This increases the inter-operability with OSGi bundles using such naming style.
Each module provides by default a token composed from its
code name base and fixed prefix:
"cnb." + getCodeNameBase()
from its getProvides()
method.
OnStart
and OnStop
New, more efficient way to execute code on start and on shutdown of your module.
Places
Introduced a structured API for accessing well-known file locations.
|
|
Read more about the implementation in the answers to architecture questions.
Built on January 9 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.