- refreshAllIndices(String) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules a new job for refreshing all indices created by the given indexer.
- refreshAllIndices(FileObject...) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules a new job that will reindex known source roots determined by
filesOrFolder
parameter.
- refreshAllIndices(boolean, boolean, FileObject...) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules a new job that will reindex known source roots determined by
filesOrFolder
parameter.
- refreshAllIndices(boolean, boolean, File...) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules a new job that will reindex known source roots determined by
filesOrFolder
parameter.
- refreshIndex(URL, Collection<? extends URL>) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules new files for indexing.
- refreshIndex(URL, Collection<? extends URL>, boolean) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules new files for indexing.
- refreshIndex(URL, Collection<? extends URL>, boolean, boolean) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules new files for indexing.
- refreshIndexAndWait(URL, Collection<? extends URL>) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules new files for indexing and blocks until they are reindexed.
- refreshIndexAndWait(URL, Collection<? extends URL>, boolean) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules new files for indexing and blocks until they are reindexed.
- refreshIndexAndWait(URL, Collection<? extends URL>, boolean, boolean) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Schedules new files for indexing and blocks until they are reindexed.
- removeChangeListener(ChangeListener) - Method in interface org.netbeans.modules.parsing.spi.indexing.IndexabilityQueryImplementation
-
Stop listening to changes.
- removeDocuments(Indexable) - Method in class org.netbeans.modules.parsing.spi.indexing.support.IndexingSupport
-
Removes all documents for given indexables
- rootsRemoved(Iterable<? extends URL>) - Method in class org.netbeans.modules.parsing.spi.indexing.BinaryIndexerFactory
-
Called by indexing infrastructure to notify indexer that roots were deregistered,
for example the project owning these roots was closed.
- rootsRemoved(Iterable<? extends URL>) - Method in class org.netbeans.modules.parsing.spi.indexing.ConstrainedBinaryIndexer
-
Called by indexing infrastructure to notify indexer that roots were deregistered,
for example the project owning these roots was closed.
- rootsRemoved(Iterable<? extends URL>) - Method in class org.netbeans.modules.parsing.spi.indexing.SourceIndexerFactory
-
Called by indexing infrastructure to notify indexer that roots were deregistered,
for example the project owning these roots was closed.
- runProtected(Callable<T>) - Method in class org.netbeans.modules.parsing.api.indexing.IndexingManager
-
Runs the operation
in protected mode.