org.netbeans.spi.java.classpath
public final class ClassPathFactory extends Object
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.Modifier and Type | Method and Description |
---|---|
static ClassPath |
createClassPath(ClassPathImplementation spiClasspath)
Create API classpath instance for the given SPI classpath.
|
public static ClassPath createClassPath(ClassPathImplementation spiClasspath)
spiClasspath
- instance of SPI classpathBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.