站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

LibraryFactory (External Libraries) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.project.libraries/1 1.14

org.netbeans.spi.project.libraries
Class LibraryFactory

java.lang.Object
  extended by 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

Method Summary
static Library createLibrary(LibraryImplementation libraryImplementation)
          Creates Library for LibraryImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createLibrary

public static Library createLibrary(LibraryImplementation libraryImplementation)
Creates Library for LibraryImplementation

Parameters:
libraryImplementation - the library SPI object
Returns:
Library API instance

org.netbeans.modules.project.libraries/1 1.14

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.