org.netbeans.modules.parsing.spi.indexing
Class CustomIndexer
java.lang.Object
org.netbeans.modules.parsing.spi.indexing.CustomIndexer
public abstract class CustomIndexer
- extends Object
Generic indexer for languages which have their own
custom indexing mechanism.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomIndexer
public CustomIndexer()
index
protected abstract void index(Iterable<? extends Indexable> files,
Context context)
- Indexes given set of files.
- Parameters:
files - to be indexedcontext - of indexer, contains information about index storage, indexed root.