当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.1 
LibrariesSupport (NetBeans Project Libraries API) - NetBeans API Javadoc 5.5.1 
org.netbeans.spi.project.libraries.support
Class LibrariesSupport
java.lang.Object
   org.netbeans.spi.project.libraries.support.LibrariesSupport
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 library
- volumeTypes- types of supported volumes
- Returns:
- LibraryImplementation, never return null