|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.antforge.waqlpp.core.PreprocessorFactory
public abstract class PreprocessorFactory
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.
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 |
---|
public PreprocessorFactory()
Method Detail |
---|
public static PreprocessorEngine getEngine()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |