public class ApacheRegExpWrapper extends AbstractRegExpWrapper implements RegExp
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SUPPORTED_VERSION |
| Constructor and Description |
|---|
ApacheRegExpWrapper() |
| 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 void init(Query q) throws QueryExecutionException
init in interface RegExpQueryExecutionExceptionpublic boolean match(java.lang.String pattern,
java.lang.String val)
throws QueryExecutionException
match in interface RegExpQueryExecutionException