org.crosswire.jsword.index.search
Class SearcherFactory

java.lang.Object
  extended by org.crosswire.jsword.index.search.SearcherFactory

public final class SearcherFactory
extends Object

Factory method for creating a new Searcher.

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 org.slf4j.Logger log
          The log stream
 
Constructor Summary
private SearcherFactory()
          Prevent instantiation
 
Method Summary
static Searcher createSearcher(Book book)
          Create a new Searcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.slf4j.Logger log
The log stream

Constructor Detail

SearcherFactory

private SearcherFactory()
Prevent instantiation

Method Detail

createSearcher

public static Searcher createSearcher(Book book)
                               throws InstantiationException
Create a new Searcher.

Throws:
InstantiationException

Copyright ? 2003-2011