Package | Description |
---|---|
org.netbeans.spi.project.libraries.support |
Modifier and Type | Method and Description |
---|---|
static LibrariesSupport.ConversionMode |
LibrariesSupport.ConversionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibrariesSupport.ConversionMode[] |
LibrariesSupport.ConversionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<URL> |
LibrariesSupport.convertURIsToURLs(List<? extends URI> uris,
LibrariesSupport.ConversionMode conversionMode)
|
static List<URI> |
LibrariesSupport.convertURLsToURIs(List<URL> urls,
LibrariesSupport.ConversionMode conversionMode)
|
static List<URI> |
LibrariesSupport.getURIContent(LibraryImplementation impl,
String volumeType,
LibrariesSupport.ConversionMode conversionMode)
Returns
LibraryImplementation URI content. |
static boolean |
LibrariesSupport.setURIContent(LibraryImplementation impl,
String volumeType,
List<URI> path,
LibrariesSupport.ConversionMode conversionMode)
Sets
LibraryImplementation URI content. |