Package org.geotools.filter.text.commons
Class AbstractCompilerFactory
- Object
-
- AbstractCompilerFactory
-
public abstract class AbstractCompilerFactory extends Object
Provides the common behavior to make a compiler implementationWarning: This component is not published. It is part of module implementation. Client module should not use this feature.
- Since:
- 2.6
- Author:
- Mauricio Pazos (Axios Engineering)
-
-
Constructor Summary
Constructors Constructor Description AbstractCompilerFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ICompiler
createCompiler(String predicate, FilterFactory filterFactory)
ICompiler
makeCompiler(String predicate, FilterFactory filterFactory)
Initializes and create the new compiler
-
-
-
Method Detail
-
makeCompiler
public ICompiler makeCompiler(String predicate, FilterFactory filterFactory) throws CQLException
Initializes and create the new compiler- Returns:
- CQLCompiler
- Throws:
CQLException
-
createCompiler
protected abstract ICompiler createCompiler(String predicate, FilterFactory filterFactory)
-
-