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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the regex pattern used to match this expression flavor.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.tables.utils.ExpressionFactory
getExpression
-
Constructor Details
-
AbstractExpressionFactory
-
-
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
-