org.crosswire.jsword.book.search
Class SearchSyntaxFactory

java.lang.Object
  extended by org.crosswire.jsword.book.search.SearchSyntaxFactory

public final class SearchSyntaxFactory
extends Object

A Factory class for SearchSyntax.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

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

Field Detail

instance

private static SearchSyntax instance
The singleton


log

private static final Logger log
The log stream

Constructor Detail

SearchSyntaxFactory

private SearchSyntaxFactory()
Prevent Instansiation

Method Detail

getSearchSyntax

public static SearchSyntax getSearchSyntax()
Create a new SearchSyntax.


Copyright ยจ 2003-2005