org.firej
Class RegexFactory

java.lang.Object
  extended by org.firej.RegexFactory

public class RegexFactory
extends java.lang.Object


Field Summary
static int NO_FLAGS
           
 
Constructor Summary
RegexFactory()
           
 
Method Summary
static Regex createRegex(java.lang.String regex)
           
static Regex createRegex(java.lang.String regex, int flags)
           
static Regex createRegex(java.lang.String regex, int flags, java.lang.String compiler, java.lang.String writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FLAGS

public static final int NO_FLAGS
See Also:
Constant Field Values
Constructor Detail

RegexFactory

public RegexFactory()
Method Detail

createRegex

public static Regex createRegex(java.lang.String regex)

createRegex

public static Regex createRegex(java.lang.String regex,
                                int flags)

createRegex

public static Regex createRegex(java.lang.String regex,
                                int flags,
                                java.lang.String compiler,
                                java.lang.String writer)