Package | Description |
---|---|
org.netbeans.api.project.libraries |
Representation of a library, and the ability to find the installed libraries.
|
org.netbeans.spi.project.libraries.support |
Modifier and Type | Method and Description |
---|---|
static LibraryManager |
LibraryManager.forLocation(URL location)
Gets a library manager which loads library definitions from a particular location.
|
static LibraryManager |
LibraryManager.getDefault()
Get the default instance of the library manager.
|
LibraryManager |
Library.getManager()
Gets the associated library manager.
|
Modifier and Type | Method and Description |
---|---|
static LibraryStorageArea |
LibrariesSupport.getLibraryStorageArea(LibraryManager manager)
Returns a
LibraryStorageArea for given LibraryManager . |