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 AbstractRegExpWrapperpublic boolean isAvailable(Query q)
isAvailable in class AbstractRegExpWrapperpublic boolean match(String pattern, String val) throws QueryExecutionException
match in interface RegExpQueryExecutionExceptionpublic void init(Query q) throws QueryExecutionException
init in interface RegExpQueryExecutionException