| Package | Description |
|---|---|
| org.netbeans.spi.project.libraries | |
| org.netbeans.spi.project.libraries.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LibraryProvider<L extends LibraryImplementation>
Provider interface for implementing the read only library storage.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LibraryImplementation2
Library enhancement allowing setting/getting library content as URI list.
|
interface |
LibraryImplementation3
LibraryImplementation extension allowing library to expose additional
properties.
|
interface |
NamedLibraryImplementation
LibraryImplementation extension allowing setting/getting display name.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryImplementation |
LibraryTypeProvider.createLibrary()
Creates a new empty library implementation.
|
L[] |
LibraryProvider.getLibraries()
Returns libraries provided by the implemented provider.
|
LibraryImplementation |
LibraryCustomizerContext.getLibraryImplementation()
Library implementation to be customized.
|
| Modifier and Type | Method and Description |
|---|---|
static Library |
LibraryFactory.createLibrary(LibraryImplementation libraryImplementation)
Creates Library for LibraryImplementation
|
void |
LibraryTypeProvider.libraryCreated(LibraryImplementation libraryImpl)
This method is called by the libraries framework when the library was created
and fully initialized (all its properties have to be read).
|
void |
LibraryTypeProvider.libraryDeleted(LibraryImplementation libraryImpl)
This method is called by the libraries framework when the library was deleted.
|
| Constructor and Description |
|---|
LibraryCustomizerContext(LibraryImplementation libraryImplementation,
LibraryStorageArea libraryStorageArea) |
| Modifier and Type | Method and Description |
|---|---|
static LibraryImplementation |
LibrariesSupport.createLibraryImplementation(String libraryType,
String[] volumeTypes)
Creates default LibraryImplementation
|
Built on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.