Uses of Interface
org.crosswire.jsword.index.IndexManager

Packages that use IndexManager
org.crosswire.jsword.bridge Command line programs to do useful things. 
org.crosswire.jsword.index Abstraction of an Index. 
org.crosswire.jsword.index.lucene An implementation of an Index using Lucene. 
 

Uses of IndexManager in org.crosswire.jsword.bridge
 

Fields in org.crosswire.jsword.bridge declared as IndexManager
protected  IndexManager BookIndexer.indexManager
           
 

Uses of IndexManager in org.crosswire.jsword.index
 

Fields in org.crosswire.jsword.index declared as IndexManager
private static IndexManager IndexManagerFactory.instance
          The singleton
 

Methods in org.crosswire.jsword.index that return IndexManager
static IndexManager IndexManagerFactory.getIndexManager()
          Create a new IndexManager.
 

Uses of IndexManager in org.crosswire.jsword.index.lucene
 

Classes in org.crosswire.jsword.index.lucene that implement IndexManager
 class LuceneIndexManager
          An implementation of IndexManager for Lucene indexes.
 


Copyright ยจ 2003-2015