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 AbstractRegExpWrapper
public boolean isAvailable(Query q)
isAvailable
in class AbstractRegExpWrapper
public void init(Query q) throws QueryExecutionException
init
in interface RegExp
QueryExecutionException
public boolean match(java.lang.String pattern, java.lang.String val) throws QueryExecutionException
match
in interface RegExp
QueryExecutionException