Interface | Description |
---|---|
ArealLibraryProvider<A extends LibraryStorageArea,L extends LibraryImplementation2> |
Library provider which can define libraries in particular areas.
|
LibraryImplementation |
Base SPI interface for library.
|
LibraryImplementation2 |
Library enhancement allowing setting/getting library content as URI list.
|
LibraryImplementation3 |
LibraryImplementation extension allowing library to expose additional
properties.
|
LibraryProvider<L extends LibraryImplementation> |
Provider interface for implementing the read only library storage.
|
LibraryStorageArea |
Abstract location where zero or more libraries are defined.
|
LibraryStorageAreaCache |
Cache of preferred
LibraryStorageArea s. |
LibraryTypeProvider |
SPI interface for provider of library type.
|
NamedLibraryImplementation |
LibraryImplementation extension allowing setting/getting display name.
|
WritableLibraryProvider<L extends LibraryImplementation> |
LibraryProvider supporting modifications.
|
Class | Description |
---|---|
LibraryFactory |
A factory class to create
Library instances. |