- 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
-
- 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
-