org.crosswire.jsword.book.search
Class SearcherFactory
java.lang.Object
org.crosswire.jsword.book.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 Logger |
log
The log stream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final Logger log
- The log stream
SearcherFactory
private SearcherFactory()
- Prevent Instansiation
createSearcher
public static Searcher createSearcher(Book book)
throws InstantiationException
- Create a new Searcher.
- Throws:
InstantiationException