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 Collection<LibraryManager> |
LibraryManager.getOpenManagers()
Gets an unspecified collection of managers which are somehow to be represented as open.
|
Modifier and Type | Method and Description |
---|---|
static LibraryStorageArea |
LibrariesSupport.getLibraryStorageArea(LibraryManager manager)
Returns a
LibraryStorageArea for given LibraryManager . |
Built on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.