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 |
FlaggedClassPathImplementation
The ClassPathImplementation with
ClassPath.Flag s. |
Modifier and Type | Method and Description |
---|---|
ClassPathImplementation |
PathResourceImplementation.getContent()
Returns ClassPathImplementation representing the content of the PathResourceImplementation.
|
Modifier and Type | Method and Description |
---|---|
static ClassPath |
ClassPathFactory.createClassPath(ClassPathImplementation spiClasspath)
Create API classpath instance for the given SPI classpath.
|
Modifier and Type | Method and Description |
---|---|
static ClassPathImplementation |
ClassPathSupport.createClassPathImplementation(List<? extends PathResourceImplementation> entries)
Create ClassPathImplementation for the given list of
PathResourceImplementation entries. |
protected abstract ClassPathImplementation |
CompositePathResourceBase.createContent()
Creates the array of the roots of PathResource.
|
static ClassPathImplementation |
ClassPathSupport.createProxyClassPathImplementation(ClassPathImplementation... delegates)
Creates read only proxy ClassPathImplementation for given delegates.
|
ClassPathImplementation |
CompositePathResourceBase.getContent()
Returns the ClassPathImplementation representing the content of this PathResourceImplementation
|
Modifier and Type | Method and Description |
---|---|
static ClassPathImplementation |
ClassPathSupport.createProxyClassPathImplementation(ClassPathImplementation... delegates)
Creates read only proxy ClassPathImplementation for given delegates.
|