- getActiveClassPath() - Method in interface org.netbeans.spi.java.classpath.support.ClassPathSupport.Selector
-
- getChangedPaths() - Method in class org.netbeans.api.java.classpath.GlobalPathRegistryEvent
-
Get a set of classpaths that were added or removed.
- getClassLoader(boolean) - Method in class org.netbeans.api.java.classpath.ClassPath
-
Returns a ClassLoader for loading classes from this ClassPath.
- getClassPath(FileObject, String) - Static method in class org.netbeans.api.java.classpath.ClassPath
-
Find the classpath of a given type, if any, defined for a given file.
- getContent() - Method in interface org.netbeans.spi.java.classpath.PathResourceImplementation
-
Returns ClassPathImplementation representing the content of the PathResourceImplementation.
- getContent() - Method in class org.netbeans.spi.java.classpath.support.CompositePathResourceBase
-
Returns the ClassPathImplementation representing the content of this PathResourceImplementation
- getDefault() - Static method in class org.netbeans.api.java.classpath.GlobalPathRegistry
-
Get the singleton instance of the registry.
- getDefiningClassPath() - Method in class org.netbeans.api.java.classpath.ClassPath.Entry
-
Returns the ClassPath instance, which defines/introduces the Entry.
- getError() - Method in class org.netbeans.api.java.classpath.ClassPath.Entry
-
Retrieves the error condition of the Entry.
- getFlags() - Method in class org.netbeans.api.java.classpath.ClassPath
-
- getFlags() - Method in interface org.netbeans.spi.java.classpath.FlaggedClassPathImplementation
-
- getId() - Method in class org.netbeans.api.java.classpath.GlobalPathRegistryEvent
-
Get the type of classpaths that were added or removed.
- getPaths(String) - Method in class org.netbeans.api.java.classpath.GlobalPathRegistry
-
Find all paths of a certain type.
- getPaths(String) - Method in class org.netbeans.spi.java.classpath.GlobalPathRegistryImplementation
-
Find all paths of a certain type.
- getRegistry() - Method in class org.netbeans.api.java.classpath.GlobalPathRegistryEvent
-
Get the affected registry.
- getResourceName(FileObject) - Method in class org.netbeans.api.java.classpath.ClassPath
-
Creates a suitable resource name for the given FileObject within the
classpath.
- getResourceName(FileObject, char, boolean) - Method in class org.netbeans.api.java.classpath.ClassPath
-
Computes a resource name for the FileObject, which uses `pathSep' character
as a directory separator.
- getResources() - Method in interface org.netbeans.spi.java.classpath.ClassPathImplementation
-
Returns list of entries, the list is unmodifiable.
- getRoot() - Method in class org.netbeans.api.java.classpath.ClassPath.Entry
-
The method returns the root folder represented by the Entry.
- getRoots() - Method in class org.netbeans.api.java.classpath.ClassPath
-
Retrieves valid roots of ClassPath, in the proper order.
- getRoots() - Method in interface org.netbeans.api.java.queries.BinaryForSourceQuery.Result
-
Get the binary roots.
- getRoots() - Method in interface org.netbeans.api.java.queries.SourceForBinaryQuery.Result
-
Get the source roots.
- getRoots() - Method in class org.netbeans.api.java.queries.SourceForBinaryQuery.Result2
-
- getRoots() - Method in interface org.netbeans.spi.java.classpath.PathResourceImplementation
-
Roots of the class path entry.
- getRoots() - Method in class org.netbeans.spi.java.classpath.support.CompositePathResourceBase
-
Returns the roots of the PathResource
- getSourceRoots() - Method in class org.netbeans.api.java.classpath.GlobalPathRegistry
-
Convenience method to find all relevant source roots.
- getURL() - Method in class org.netbeans.api.java.classpath.ClassPath.Entry
-
Returns URL of the class path root.
- GlobalPathRegistry - Class in org.netbeans.api.java.classpath
-
Maintains a global registry of "interesting" classpaths of various kinds.
- GlobalPathRegistryEvent - Class in org.netbeans.api.java.classpath
-
Event object giving details of a change in the path registry.
- GlobalPathRegistryImplementation - Class in org.netbeans.spi.java.classpath
-
- GlobalPathRegistryImplementation() - Constructor for class org.netbeans.spi.java.classpath.GlobalPathRegistryImplementation
-
- GlobalPathRegistryListener - Interface in org.netbeans.api.java.classpath
-
Event listener interface for being notified of changes in the set of
available paths.