Package | Description |
---|---|
org.netbeans.spi.java.classpath |
SPI permitting new classpaths to be constructed and registered.
|
org.netbeans.spi.java.classpath.support |
Convenience classes to make it easier to create classpaths.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilteringPathResourceImplementation
SPI interface for a classpath entry which can include or exclude particular files.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositePathResourceBase
This class provides a base class for PathResource implementations
|
class |
PathResourceBase
This class provides a base class for PathResource implementations
|
Modifier and Type | Method and Description |
---|---|
static PathResourceImplementation |
ClassPathSupport.createResource(URL url)
Creates leaf PathResourceImplementation.
|