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

ClassPathFactory (NetBeans Java Support APIs) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.java.classpath
Class ClassPathFactory

java.lang.Object
  extended byorg.netbeans.spi.java.classpath.ClassPathFactory

public final class ClassPathFactory
extends Object

Most general way to create ClassPath instances. You are not permitted to create them directly; instead you implement ClassPathImplementation and use this factory. See also ClassPathSupport for easier ways to create classpaths.

Since:
org.netbeans.api.java/1 1.4

Method Summary
static ClassPath createClassPath(ClassPathImplementation spiClasspath)
          Create API classpath instance for the given SPI classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createClassPath

public static ClassPath createClassPath(ClassPathImplementation spiClasspath)
Create API classpath instance for the given SPI classpath.

Parameters:
spiClasspath - instance of SPI classpath
Returns:
instance of API classpath

 

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