Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.java.NdResourceFile
Packages that use NdResourceFile
Package
Description
-
Uses of NdResourceFile in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type NdResourceFileModifier and TypeMethodDescriptionprotected voidIndexer.deleteResource(NdResourceFile toDelete, org.eclipse.core.runtime.IProgressMonitor monitor)Performs a non-atomic delete of the given resource file.Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type NdResourceFile -
Uses of NdResourceFile in org.aspectj.org.eclipse.jdt.internal.core.nd.java
Fields in org.aspectj.org.eclipse.jdt.internal.core.nd.java with type parameters of type NdResourceFileModifier and TypeFieldDescriptionstatic FieldManyToOne<NdResourceFile>NdType.FILEstatic FieldSearchIndex<NdResourceFile>JavaIndex.FILESstatic FieldManyToOne<NdResourceFile>NdWorkspaceLocation.RESOURCEstatic StructDef<NdResourceFile>NdResourceFile.typeMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return NdResourceFileModifier and TypeMethodDescriptionNdType.getFile()JavaIndex.getResourceFile(char[] location)Returns the most-recently-scanned resource file with the given name or null if noneNdType.getResourceFile()NdWorkspaceLocation.getResourceFile()Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java that return types with arguments of type NdResourceFileModifier and TypeMethodDescriptionJavaIndex.findResourcesWithPath(String thePath)JavaIndex.getAllResourceFiles()Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdResourceFileModifier and TypeMethodDescriptionbooleanJavaIndex.isUpToDate(NdResourceFile file)Returns true iff the given resource file is up-to-date with the filesystem.intClasspathResolver.resolve(NdResourceFile sourceOfReference, NdResourceFile toTest)Returns the priority of the given resource file on the classpath orClasspathResolver.NOT_ON_CLASSPATHif the given file is not onthe classpath.voidNdType.setFile(NdResourceFile file)Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd.java with parameters of type NdResourceFileModifierConstructorDescriptionNdType(Nd nd, NdResourceFile resource)NdWorkspaceLocation(Nd nd, NdResourceFile resource, char[] path)