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 classpath