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