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.
|
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 March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.