|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassPathImplementation | |
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. |
Uses of ClassPathImplementation in org.netbeans.spi.java.classpath |
Methods in org.netbeans.spi.java.classpath that return ClassPathImplementation | |
ClassPathImplementation |
PathResourceImplementation.getContent()
Returns ClassPathImplementation representing the content of the PathResourceImplementation. |
Methods in org.netbeans.spi.java.classpath with parameters of type ClassPathImplementation | |
static ClassPath |
ClassPathFactory.createClassPath(ClassPathImplementation spiClasspath)
Create API classpath instance for the given SPI classpath. |
Uses of ClassPathImplementation in org.netbeans.spi.java.classpath.support |
Methods in org.netbeans.spi.java.classpath.support that return ClassPathImplementation | |
ClassPathImplementation |
CompositePathResourceBase.getContent()
Returns the ClassPathImplementation representing the content of this PathResourceImplementation |
protected abstract ClassPathImplementation |
CompositePathResourceBase.createContent()
Creates the array of the roots of PathResource. |
static ClassPathImplementation |
ClassPathSupport.createClassPathImplementation(List entries)
Create ClassPathImplementation for the given list of PathResourceImplementation entries. |
static ClassPathImplementation |
ClassPathSupport.createProxyClassPathImplementation(ClassPathImplementation[] delegates)
Creates read only proxy ClassPathImplementation for given delegates. |
Methods in org.netbeans.spi.java.classpath.support with parameters of type ClassPathImplementation | |
static ClassPathImplementation |
ClassPathSupport.createProxyClassPathImplementation(ClassPathImplementation[] delegates)
Creates read only proxy ClassPathImplementation for given delegates. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |