- ClassPath - Class in org.netbeans.api.java.classpath
-
ClassPath objects should be used to access contents of the ClassPath, searching
for resources, objects reachable using the ClassPath at runtime.
- ClassPath.Entry - Class in org.netbeans.api.java.classpath
-
Represents an individual entry in the ClassPath.
- ClassPath.Flag - Enum in org.netbeans.api.java.classpath
-
ClassPath's flags.
- ClassPath.PathConversionMode - Enum in org.netbeans.api.java.classpath
-
Policy for handling path items which cannot be converted into the desired format.
- ClassPath.PathEmbeddingMode - Enum in org.netbeans.api.java.classpath
-
Policy for handling in archive path.
- ClassPathFactory - Class in org.netbeans.spi.java.classpath
-
Most general way to create
ClassPath
instances.
- ClassPathImplementation - Interface in org.netbeans.spi.java.classpath
-
SPI interface for ClassPath.
- ClassPathProvider - Interface in org.netbeans.spi.java.classpath
-
Provider interface for Java classpaths.
- ClassPathSupport - Class in org.netbeans.spi.java.classpath.support
-
Convenience factory for creating classpaths of common sorts.
- ClassPathSupport.Selector - Interface in org.netbeans.spi.java.classpath.support
-
- clear() - Method in class org.netbeans.spi.java.classpath.GlobalPathRegistryImplementation
-
Removes all known classpaths.
- COMPILE - Static variable in class org.netbeans.api.java.classpath.ClassPath
-
ClassPath for compiling things.
- CompositePathResourceBase - Class in org.netbeans.spi.java.classpath.support
-
This class provides a base class for PathResource implementations
- CompositePathResourceBase() - Constructor for class org.netbeans.spi.java.classpath.support.CompositePathResourceBase
-
- computeChangeListener(Result, boolean, ChangeListener) - Method in interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2
-
- computePreferBinaries(Result) - Method in interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2
-
- computeRoots(Result) - Method in interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2
-
- contains(FileObject) - Method in class org.netbeans.api.java.classpath.ClassPath
-
Checks whether a FileObject lies on this classpath.
- createClassPath(ClassPathImplementation) - Static method in class org.netbeans.spi.java.classpath.ClassPathFactory
-
Create API classpath instance for the given SPI classpath.
- createClassPath(List<? extends PathResourceImplementation>) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
- createClassPath(FileObject...) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
Create ClassPath for the given array of class path roots
- createClassPath(URL...) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
Create ClassPath for the given array of class path roots
- createClassPath(String) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
Convenience method to create a classpath object from a conventional string representation.
- createClassPathImplementation(List<? extends PathResourceImplementation>) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
- createContent() - Method in class org.netbeans.spi.java.classpath.support.CompositePathResourceBase
-
Creates the array of the roots of PathResource.
- createMultiplexClassPath(ClassPathSupport.Selector) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
- createProxyClassPath(ClassPath...) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
Creates read only proxy ClassPath for given delegates.
- createProxyClassPathImplementation(ClassPathImplementation...) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
Creates read only proxy ClassPathImplementation for given delegates.
- createResource(URL) - Static method in class org.netbeans.spi.java.classpath.support.ClassPathSupport
-
Creates leaf PathResourceImplementation.