Uses of Interface
org.josql.functions.regexp.RegExp

Packages that use RegExp
org.josql.functions.regexp   
 

Uses of RegExp in org.josql.functions.regexp
 

Classes in org.josql.functions.regexp that implement RegExp
 class ApacheRegExpWrapper
           
 class GNURegExpWrapper
          The wrapper implementation for the GNU implementation of regular expression matching.
 class OroApacheRegExpWrapper
          The wrapper implementation for the Apache ORO implementation of regular expression matching.
 class StandardJavaRegExpWrapper
          The wrapper implementation for the Java 1.4 regular expression matching (java.util.regex).
 

Methods in org.josql.functions.regexp that return RegExp
static RegExp RegExpFactory.getDefaultInstance()
           
static RegExp RegExpFactory.getInstance(String type)
           
 

Methods in org.josql.functions.regexp with parameters of type RegExp
static void RegExpFactory.addInstance(String name, RegExp re, boolean def)
           
 



  Copyright © 2008 Gary Bentley. All Rights Reserved.