Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.index.IndexLocation
Packages, die IndexLocation verwenden
Package
Beschreibung
-
Verwendungen von IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.index
Unterklassen von IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.indexMethoden in org.aspectj.org.eclipse.jdt.internal.core.index, die IndexLocation zurückgebenModifizierer und TypMethodeBeschreibungstatic IndexLocationIndexLocation.createIndexLocation(URL url) Index.getIndexLocation()MetaIndex.getIndexLocation()Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.index mit Parametern vom Typ IndexLocationModifiziererKonstruktorBeschreibungIndex(IndexLocation location, String containerPath, boolean reuseExistingFile) -
Verwendungen von IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.search
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search, die IndexLocation zurückgebenModifizierer und TypMethodeBeschreibungIndexSelector.getIndexLocations()JavaSearchParticipant.selectIndexURLs(SearchPattern pattern, IJavaSearchScope scope) -
Verwendungen von IndexLocation in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.indexing, die IndexLocation zurückgebenModifizierer und TypMethodeBeschreibungIndexManager.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 URLMethoden in org.aspectj.org.eclipse.jdt.internal.core.search.indexing mit Parametern vom Typ IndexLocationModifizierer und TypMethodeBeschreibungvoidIndexManager.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) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.search.indexing mit Parametern vom Typ IndexLocationModifiziererKonstruktorBeschreibungAddJrtToIndex(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)