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 | Method and Description |
---|---|
List<? extends PathResourceImplementation> |
ClassPathImplementation.getResources()
Returns list of entries, the list is unmodifiable.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static ClassPath |
ClassPathSupport.createClassPath(List<? extends PathResourceImplementation> entries)
Create ClassPath for the given list of
PathResourceImplementation entries. |
static ClassPathImplementation |
ClassPathSupport.createClassPathImplementation(List<? extends PathResourceImplementation> entries)
Create ClassPathImplementation for the given list of
PathResourceImplementation entries. |