当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
LibrariesSupport (NetBeans Project Libraries API) - NetBeans API Javadoc 5.0.0
org.netbeans.spi.project.libraries.support
Class LibrariesSupport
java.lang.Object
org.netbeans.spi.project.libraries.support.LibrariesSupport
- public final class LibrariesSupport
- extends Object
SPI Support class.
Provides factory method for creating instance of the default LibraryImplementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createLibraryImplementation
public static LibraryImplementation createLibraryImplementation(String libraryType,
String[] volumeTypes)
- Creates default LibraryImplementation
- Parameters:
libraryType
- type of libraryvolumeTypes
- types of supported volumes
- Returns:
- LibraryImplementation, never return null