org.crosswire.jsword.index
Class IndexManagerFactory

java.lang.Object
  extended by org.crosswire.jsword.index.IndexManagerFactory

public final class IndexManagerFactory
extends Object

A Factory class for IndexManagers.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Field Summary
private static IndexManager instance
          The singleton
private static Logger log
          The log stream
 
Constructor Summary
private IndexManagerFactory()
          Prevent Instansiation
 
Method Summary
static IndexManager getIndexManager()
          Create a new IndexManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static IndexManager instance
The singleton


log

private static final Logger log
The log stream

Constructor Detail

IndexManagerFactory

private IndexManagerFactory()
Prevent Instansiation

Method Detail

getIndexManager

public static IndexManager getIndexManager()
Create a new IndexManager.


Copyright ? 2003-2006