org.netbeans.modules.project.libraries/1 1.29.1

org.netbeans.spi.project.libraries
Interface LibraryStorageArea


public interface LibraryStorageArea

Abstract location where zero or more libraries are defined. Object.equals(java.lang.Object) and Object.hashCode() are expected to be defined such that object identity (within the implementing class) are driven by getLocation().

Since:
org.netbeans.modules.project.libraries/1 1.15
See Also:
ArealLibraryProvider

Method Summary
 String getDisplayName()
          Gets a human-readable display label for this area.
 URL getLocation()
          Gets an associated storage location.
 

Method Detail

getLocation

URL getLocation()
Gets an associated storage location. The contents of the URL (if it is even accessible) are unspecified.

Returns:
an associated URL uniquely identifying this location

getDisplayName

String getDisplayName()
Gets a human-readable display label for this area.

Returns:
a localized display name

org.netbeans.modules.project.libraries/1 1.29.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.