public class OroApacheRegExpWrapper extends AbstractRegExpWrapper implements RegExp
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SUPPORTED_VERSION |
| Constructor and Description |
|---|
OroApacheRegExpWrapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSupportedVersion() |
void |
init(Query q) |
boolean |
isAvailable(Query q) |
boolean |
match(java.lang.String pattern,
java.lang.String val) |
public static final java.lang.String SUPPORTED_VERSION
public java.lang.String getSupportedVersion()
getSupportedVersion in class AbstractRegExpWrapperpublic boolean isAvailable(Query q)
isAvailable in class AbstractRegExpWrapperpublic boolean match(java.lang.String pattern,
java.lang.String val)
throws QueryExecutionException
match in interface RegExpQueryExecutionExceptionpublic void init(Query q) throws QueryExecutionException
init in interface RegExpQueryExecutionException