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