站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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.


Method Summary
static LibraryImplementation createLibraryImplementation(String libraryType, String[] volumeTypes)
          Creates default LibraryImplementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

 

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