- FilteringPathResourceImplementation - Interface in org.netbeans.spi.java.classpath
-
SPI interface for a classpath entry which can include or exclude particular files.
- findAllResources(String) - Method in class org.netbeans.api.java.classpath.ClassPath
-
Gives out an ordered collection containing all FileObjects, which correspond
to a given ResourceName; only the first one is seen by the ClassLoader
at runtime or can be linked against.
- findBinaryRoots(URL) - Static method in class org.netbeans.api.java.queries.BinaryForSourceQuery
-
Returns the binary root for given source root.
- findBinaryRoots(URL) - Method in interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation
-
Returns the binary root(s) for a given source root.
- findBinaryRoots(URL) - Method in interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2
-
- findBinaryRoots2(URL) - Static method in class org.netbeans.api.java.queries.BinaryForSourceQuery
-
- findBinaryRoots2(URL) - Method in interface org.netbeans.spi.java.queries.BinaryForSourceQueryImplementation2
-
Returns the binary root result for a given source root.
- findClassPath(FileObject, String) - Method in interface org.netbeans.spi.java.classpath.ClassPathProvider
-
Find some kind of a classpath for a given file.
- findOwnerRoot(FileObject) - Method in class org.netbeans.api.java.classpath.ClassPath
-
Finds a root in this ClassPath, that owns the given file.
- findResource(String) - Method in class org.netbeans.api.java.classpath.ClassPath
-
Returns a FileObject for the specified resource.
- findResource(String) - Method in class org.netbeans.api.java.classpath.GlobalPathRegistry
-
Convenience method to find a particular source file by resource path.
- findSourceRoots(URL) - Static method in class org.netbeans.api.java.queries.SourceForBinaryQuery
-
Returns the source root for given binary root (for example, src folder for jar file or build folder).
- findSourceRoots(URL) - Method in interface org.netbeans.spi.java.queries.SourceForBinaryQueryImplementation
-
Returns the source root(s) for a given binary root.
- findSourceRoots2(URL) - Static method in class org.netbeans.api.java.queries.SourceForBinaryQuery
-
Returns the source root for given binary root (for example, src folder for jar file or build folder).
- findSourceRoots2(URL) - Method in interface org.netbeans.spi.java.queries.SourceForBinaryQueryImplementation2
-
Returns the source root(s) for a given binary root.
- firePropertyChange(String, Object, Object) - Method in class org.netbeans.spi.java.classpath.support.CompositePathResourceBase
-
Fires PropertyChangeEvent
- firePropertyChange(String, Object, Object) - Method in class org.netbeans.spi.java.classpath.support.PathResourceBase
-
Fires PropertyChangeEvent
- FlaggedClassPathImplementation - Interface in org.netbeans.spi.java.classpath
-