public interface LibraryStorageArea
Object.equals(java.lang.Object)
and Object.hashCode()
are expected to be defined
such that object identity (within the implementing class) are driven by LibraryStorageArea.getLocation()
.ArealLibraryProvider
Modifier and Type | Field and Description |
---|---|
static LibraryStorageArea |
GLOBAL
The
LibraryStorageArea for global libraries. |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets a human-readable display label for this area.
|
URL |
getLocation()
Gets an associated storage location.
|
static final LibraryStorageArea GLOBAL
LibraryStorageArea
for global libraries.URL getLocation()
String getDisplayName()