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

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, for which the Library.getManager() will be LibraryManager#getDefault

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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.