|
org.netbeans.modules.project.libraries/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.project.libraries.support.LibrariesSupport
public final class LibrariesSupport
SPI Support class. Provides factory method for creating instance of the default LibraryImplementation.
Method Summary | |
---|---|
static LibraryImplementation |
createLibraryImplementation(String libraryType,
String[] volumeTypes)
Creates default LibraryImplementation |
static LibraryTypeProvider |
getLibraryTypeProvider(String libraryType)
Returns registered LibraryTypeProvider for given library type. |
static LibraryTypeProvider[] |
getLibraryTypeProviders()
Returns all registered LibraryTypeProvider s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LibraryImplementation createLibraryImplementation(String libraryType, String[] volumeTypes)
libraryType
- type of libraryvolumeTypes
- types of supported volumes
public static LibraryTypeProvider getLibraryTypeProvider(String libraryType)
LibraryTypeProvider
for given library type. This method
is mostly used by LibraryProvider
implementators.
libraryType
- the type of library for which the provider should be returned.
LibraryTypeProvider
for given library type or null, if none is registered.public static LibraryTypeProvider[] getLibraryTypeProviders()
LibraryTypeProvider
s. This method
is mostly used by LibraryProvider
implementators.
LibraryTypeProvider
, never returns null.
|
org.netbeans.modules.project.libraries/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |