当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
LibraryFactory (External Libraries) - NetBeans API Javadoc (Current Development Version)
org.netbeans.spi.project.libraries
Class LibraryFactory
java.lang.Object
org.netbeans.spi.project.libraries.LibraryFactory
public class LibraryFactory
- extends Object
A factory class to create Library
instances.
You are not permitted to create them directly; instead you implement
LibraryImplementation
and use this factory.
See also LibrariesSupport
for easier ways to create LibraryImplementation
.
- Since:
- org.netbeans.modules.project.libraries/1 1.14
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createLibrary
public static Library createLibrary(LibraryImplementation libraryImplementation)
- Creates Library for LibraryImplementation
- Parameters:
libraryImplementation
- the library SPI object
- Returns:
- Library API instance