Package com.illumon.iris.db.tables.utils
Class AbstractExpressionFactory<T>
java.lang.Object
com.illumon.iris.db.tables.utils.AbstractExpressionFactory<T>
- All Implemented Interfaces:
ExpressionFactory<T>
public abstract class AbstractExpressionFactory<T> extends Object implements ExpressionFactory<T>
-
Constructor Summary
Constructors Constructor Description AbstractExpressionFactory(String pattern)
-
Method Summary
Modifier and Type Method Description String
getPattern()
Get the regex pattern used to match this expression flavor.
-
Constructor Details
-
Method Details
-
getPattern
Description copied from interface:ExpressionFactory
Get the regex pattern used to match this expression flavor.- Specified by:
getPattern
in interfaceExpressionFactory<T>
- Returns:
- the string pattern
-