|
org.netbeans.api.java/1 1.13 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassPath | |
---|---|
org.netbeans.api.java.classpath | Representation of Java classpaths, and the ability to find the classpath needed for a particular purpose. |
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 ClassPath in org.netbeans.api.java.classpath |
---|
Methods in org.netbeans.api.java.classpath that return ClassPath | |
---|---|
static ClassPath |
ClassPath.getClassPath(FileObject f,
String id)
Find the classpath of a given type, if any, defined for a given file. |
ClassPath |
ClassPath.Entry.getDefiningClassPath()
Returns the ClassPath instance, which defines/introduces the Entry. |
Methods in org.netbeans.api.java.classpath that return types with arguments of type ClassPath | |
---|---|
Set<ClassPath> |
GlobalPathRegistryEvent.getChangedPaths()
Get a set of classpaths that were added or removed. |
Set<ClassPath> |
GlobalPathRegistry.getPaths(String id)
Find all paths of a certain type. |
Methods in org.netbeans.api.java.classpath with parameters of type ClassPath | |
---|---|
void |
GlobalPathRegistry.register(String id,
ClassPath[] paths)
Register some classpaths of a certain type. |
void |
GlobalPathRegistry.unregister(String id,
ClassPath[] paths)
Unregister some classpaths of a certain type. |
Uses of ClassPath in org.netbeans.spi.java.classpath |
---|
Methods in org.netbeans.spi.java.classpath that return ClassPath | |
---|---|
static ClassPath |
ClassPathFactory.createClassPath(ClassPathImplementation spiClasspath)
Create API classpath instance for the given SPI classpath. |
ClassPath |
ClassPathProvider.findClassPath(FileObject file,
String type)
Find some kind of a classpath for a given file. |
Uses of ClassPath in org.netbeans.spi.java.classpath.support |
---|
Methods in org.netbeans.spi.java.classpath.support that return ClassPath | |
---|---|
static ClassPath |
ClassPathSupport.createClassPath(FileObject... roots)
Create ClassPath for the given array of class path roots |
static ClassPath |
ClassPathSupport.createClassPath(List<? extends PathResourceImplementation> entries)
Create ClassPath for the given list of PathResourceImplementation entries. |
static ClassPath |
ClassPathSupport.createClassPath(URL... roots)
Create ClassPath for the given array of class path roots |
static ClassPath |
ClassPathSupport.createProxyClassPath(ClassPath... delegates)
Creates read only proxy ClassPath for given delegates. |
Methods in org.netbeans.spi.java.classpath.support with parameters of type ClassPath | |
---|---|
static ClassPath |
ClassPathSupport.createProxyClassPath(ClassPath... delegates)
Creates read only proxy ClassPath for given delegates. |
|
org.netbeans.api.java/1 1.13 | |||||||||
PREV NEXT | FRAMES NO FRAMES |