当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
ClassPathFactory (NetBeans Java Support APIs) - NetBeans API Javadoc 5.5.0 
org.netbeans.spi.java.classpath
Class ClassPathFactory
java.lang.Object
   org.netbeans.spi.java.classpath.ClassPathFactory
org.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
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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