org.crosswire.jsword.index.query
Class QueryDecoratorFactory

java.lang.Object
  extended by org.crosswire.jsword.index.query.QueryDecoratorFactory

public final class QueryDecoratorFactory
extends Object

A Factory class for QueryDecorator.

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 QueryDecorator instance
          The singleton
private static Logger log
          The log stream
 
Constructor Summary
private QueryDecoratorFactory()
          Prevent Instansiation
 
Method Summary
static QueryDecorator getSearchSyntax()
          Create a new QueryDecorator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static QueryDecorator instance
The singleton


log

private static final Logger log
The log stream

Constructor Detail

QueryDecoratorFactory

private QueryDecoratorFactory()
Prevent Instansiation

Method Detail

getSearchSyntax

public static QueryDecorator getSearchSyntax()
Create a new QueryDecorator.


Copyright ยจ 2003-2006