Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.index.IndexLocation
Packages that use IndexLocation
Package
Description
-
Uses of IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.index
Subclasses of IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.indexMethods in org.aspectj.org.eclipse.jdt.internal.core.index that return IndexLocationModifier and TypeMethodDescriptionstatic IndexLocationIndexLocation.createIndexLocation(URL url) Index.getIndexLocation()MetaIndex.getIndexLocation()Constructors in org.aspectj.org.eclipse.jdt.internal.core.index with parameters of type IndexLocationModifierConstructorDescriptionIndex(IndexLocation location, String containerPath, boolean reuseExistingFile) -
Uses of IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.search
Methods in org.aspectj.org.eclipse.jdt.internal.core.search that return IndexLocationModifier and TypeMethodDescriptionIndexSelector.getIndexLocations()JavaSearchParticipant.selectIndexURLs(SearchPattern pattern, IJavaSearchScope scope) -
Uses of IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing that return IndexLocationModifier and TypeMethodDescriptionIndexManager.computeIndexLocation(org.eclipse.core.runtime.IPath containerPath) IndexManager.computeIndexLocation(org.eclipse.core.runtime.IPath containerPath, URL newIndexURL) Compute the pre-built index location for a specified URLMethods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type IndexLocationModifier and TypeMethodDescriptionvoidIndexManager.ensureIndexExists(IndexLocation indexLocation, org.eclipse.core.runtime.IPath containerPath) IndexManager.getIndex(IndexLocation indexLocation) Returns the index for a given index locationIndexManager.getIndex(org.eclipse.core.runtime.IPath containerPath, IndexLocation indexLocation, boolean reuseExistingFile, boolean createIfMissing) Returns the index for a given project, according to the following algorithm: - if index is already in memory: answers this one back - if (reuseExistingFile) then read it and return this index and record it in memory - if (createIfMissing) then create a new empty index and record it in memory Warning: Does not check whether index is consistent (not being used)Index[]IndexManager.getIndexes(IndexLocation[] locations, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Returns all the existing indexes for a list of index locations.voidIndexManager.scheduleDocumentIndexing(SearchDocument searchDocument, org.eclipse.core.runtime.IPath container, IndexLocation indexLocation, SearchParticipant searchParticipant) Constructors in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type IndexLocationModifierConstructorDescriptionAddJrtToIndex(org.eclipse.core.resources.IFile resource, IndexLocation indexFile, IndexManager manager, boolean updateIndex) AddJrtToIndex(org.eclipse.core.runtime.IPath jrtPath, IndexLocation indexFile, IndexManager manager, boolean updateIndex)