|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.josql.functions.regexp.RegExpFactory
public class RegExpFactory
Field Summary | |
---|---|
static String |
APACHE_REGEXP_INST
The instance name to use for the Apache RegExp regular expression library. |
static String |
GNU_INST
The instance name to use for the GNU regular expression library. |
static String |
JAVA_INST
The instance name to use for the Java 1.4 (java.util.regex) regular expression library. |
static String |
ORO_INST
The instance name to use for the ORO Apache regular expression library. |
Method Summary | |
---|---|
static void |
addInstance(String name,
RegExp re,
boolean def)
|
static RegExp |
getDefaultInstance()
|
static String |
getDefaultInstanceName()
|
static RegExp |
getInstance(String type)
|
static String |
getSupportedVersion(String instName)
|
static void |
setDefaultInstanceName(String n)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String JAVA_INST
public static final String ORO_INST
public static final String GNU_INST
public static final String APACHE_REGEXP_INST
Method Detail |
---|
public static String getSupportedVersion(String instName)
public static String getDefaultInstanceName()
public static void addInstance(String name, RegExp re, boolean def)
public static void setDefaultInstanceName(String n)
public static RegExp getDefaultInstance() throws QueryExecutionException
QueryExecutionException
public static RegExp getInstance(String type) throws QueryExecutionException
QueryExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |