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

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

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

public abstract class CustomIndexerFactory
extends SourceIndexerFactory

Factory class to create CustomIndexers The CustomIndexerFactory instances are registered in the MimeLookup under the mime path corresponding to mime type of handled files.

The IndexingSupport can be used to implement the CustomIndexerFactory

.


Constructor Summary
CustomIndexerFactory()
           
 
Method Summary
abstract  CustomIndexer createIndexer()
          Creates new Indexer.
abstract  boolean supportsEmbeddedIndexers()
           
 
Methods inherited from class org.netbeans.modules.parsing.spi.indexing.SourceIndexerFactory
filesDeleted, filesDirty, getIndexerName, getIndexVersion, rootsRemoved, scanFinished, scanStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomIndexerFactory

public CustomIndexerFactory()
Method Detail

createIndexer

public abstract CustomIndexer createIndexer()
Creates new Indexer.

Returns:
an indexer

supportsEmbeddedIndexers

public abstract boolean supportsEmbeddedIndexers()

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

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