org.antforge.waqlpp.core
Class PreprocessorFactory

java.lang.Object
  extended by org.antforge.waqlpp.core.PreprocessorFactory

public abstract class PreprocessorFactory
extends java.lang.Object

The WAQL preprocessor factory can instantiate new preprocessor engines which in turn can be used in a new context (i.e. for a new query). The typical lifetime of one engine only lasts a single query.

Author:
Michael Starzinger

Constructor Summary
PreprocessorFactory()
           
 
Method Summary
static PreprocessorEngine getEngine()
          Returns a new WAQL preprocessor engine instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreprocessorFactory

public PreprocessorFactory()
Method Detail

getEngine

public static PreprocessorEngine getEngine()
Returns a new WAQL preprocessor engine instance.

Returns:
The new preprocessor engine instance.