Skip navigation links
org.netbeans.modules.parsing.indexing 9.10.1 1
A B C E F G H I M O P Q R S T V 

I

index(Context) - Method in class org.netbeans.modules.parsing.spi.indexing.BinaryIndexer
Indexes given binary root.
index(Map<String, ? extends Iterable<? extends FileObject>>, Context) - Method in class org.netbeans.modules.parsing.spi.indexing.ConstrainedBinaryIndexer
Indexes given binary root.
index(Iterable<? extends Indexable>, Context) - Method in class org.netbeans.modules.parsing.spi.indexing.CustomIndexer
Indexes given set of files.
index(Indexable, Parser.Result, Context) - Method in class org.netbeans.modules.parsing.spi.indexing.EmbeddingIndexer
Indexes the given AST (parser result).
Indexable - Class in org.netbeans.modules.parsing.spi.indexing
Represens a file to be procesed by an indexer.
IndexDocument - Class in org.netbeans.modules.parsing.spi.indexing.support
An IndexDocument lets you store a series of [key,value] pairs in the persistent store.
IndexingManager - Class in org.netbeans.modules.parsing.api.indexing
 
IndexingSupport - Class in org.netbeans.modules.parsing.spi.indexing.support
Support for writing indexers.
IndexResult - Class in org.netbeans.modules.parsing.spi.indexing.support
 
isAllFilesIndexing() - Method in class org.netbeans.modules.parsing.spi.indexing.Context
Indicates whether all files under the root are being indexed.
isCancelled() - Method in class org.netbeans.modules.parsing.spi.indexing.Context
Returns true if the indexing job is canceled either by external event like IDE exit or by a new indexing job which obscures the current one.
isIndexing() - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
Checks whether there are any indexing tasks running.
isInError(FileObject, boolean) - Static method in class org.netbeans.modules.parsing.spi.indexing.ErrorsCache
Whether or not the given file has an error badge.
isSourceForBinaryRootIndexing() - Method in class org.netbeans.modules.parsing.spi.indexing.Context
Indicates whether sources of some binary library are being indexed.
isSupplementaryFilesIndexing() - Method in class org.netbeans.modules.parsing.spi.indexing.Context
Indicates whether the current indexing job was requested by calling Context.addSupplementaryFiles(java.net.URL, java.util.Collection) method.
isSuspended() - Method in class org.netbeans.modules.parsing.spi.indexing.SuspendStatus
Checks if an indexing is suspended.
isSuspendSupported() - Method in class org.netbeans.modules.parsing.spi.indexing.SuspendStatus
Checks if a indexing task supports suspend.
isValid() - Method in class org.netbeans.modules.parsing.spi.indexing.support.IndexingSupport
Checks a validity of the index

Implementations of the SourceIndexerFactory should check the validity of the index in the SourceIndexerFactory.scanStarted(org.netbeans.modules.parsing.spi.indexing.Context) method and force reindexing of the root for which the index is broken.

A B C E F G H I M O P Q R S T V 
Skip navigation links
org.netbeans.modules.parsing.indexing 9.10.1 1

Built on March 27 2024.  |   Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.