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
See Also:
The GNU Lesser General Public License for details.

Field Summary
private static QueryDecorator instance
          The singleton
private static org.slf4j.Logger log
          The log stream
 
Constructor Summary
private QueryDecoratorFactory()
          Prevent instantiation
 
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 org.slf4j.Logger log
The log stream

Constructor Detail

QueryDecoratorFactory

private QueryDecoratorFactory()
Prevent instantiation

Method Detail

getSearchSyntax

public static QueryDecorator getSearchSyntax()
Create a new QueryDecorator.

Returns:
a new query decorator

Copyright ยจ 2003-2015