|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
librariesto be registered and persisted.
See:
Description
Project Libraries API | |
org.netbeans.api.project.libraries | Representation of a library, and the ability to find the installed libraries. |
org.netbeans.spi.project.libraries | |
org.netbeans.spi.project.libraries.support |
ProjectLibrariesAPI
The Project Libraries API permits definitions of libraries
to be
registered and persisted. Library type providers may be registered and can
construct memory objects corresponding to persistent library definitions.
To indicate that this is now considered a stable API, the major release version was incremented to 1 from 0.
Different technology support modules will supply definitions of different kinds of libraries, e.g. Java JARs, that may be reused in user projects. Modules may register library predefinitions to wrap libraries they bundle. Project type providers can refer to available libraries in customizer dialogs.
|
|
OpenIDE-Module-Module-Dependencies: org.netbeans.modules.project.libraries/1 > 1.13.1
Read more about the implementation in the answers to architecture questions.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |