Package org.geotools.filter.text.commons
Class AbstractCompilerFactory
Object
AbstractCompilerFactory
Provides the common behavior to make a compiler implementation
Warning: 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ICompiler
createCompiler
(String predicate, FilterFactory filterFactory) makeCompiler
(String predicate, FilterFactory filterFactory) Initializes and create the new compiler
-
Constructor Details
-
AbstractCompilerFactory
public AbstractCompilerFactory()
-
-
Method Details
-
makeCompiler
Initializes and create the new compiler- Returns:
- CQLCompiler
- Throws:
CQLException
-
createCompiler
-