org.netbeans.modules.parsing.api/1 1.55.0 6

org.netbeans.modules.parsing.spi.indexing
Class CustomIndexer

java.lang.Object
  extended by org.netbeans.modules.parsing.spi.indexing.CustomIndexer

public abstract class CustomIndexer
extends Object

Generic indexer for languages which have their own custom indexing mechanism.


Constructor Summary
CustomIndexer()
           
 
Method Summary
protected abstract  void index(Iterable<? extends Indexable> files, Context context)
          Indexes given set of files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomIndexer

public CustomIndexer()
Method Detail

index

protected abstract void index(Iterable<? extends Indexable> files,
                              Context context)
Indexes given set of files.

Parameters:
files - to be indexed
context - of indexer, contains information about index storage, indexed root.

org.netbeans.modules.parsing.api/1 1.55.0 6

Built on May 24 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.