APTCONVERT 1.1

fr.pixware.util
Class REFactoryImpl

java.lang.Object
  extended byfr.pixware.util.REFactoryImpl
All Implemented Interfaces:
REFactory

public class REFactoryImpl
extends java.lang.Object
implements REFactory


Field Summary
 
Fields inherited from interface fr.pixware.util.REFactory
CASE_INSENSITIVE, MULTI_LINE, SINGLE_LINE
 
Constructor Summary
REFactoryImpl()
           
 
Method Summary
 RE createRE(java.lang.String pattern, int options)
          Compiles the specified pattern into a regular expression matcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REFactoryImpl

public REFactoryImpl()
Method Detail

createRE

public RE createRE(java.lang.String pattern,
                   int options)
            throws RESyntaxException
Description copied from interface: REFactory
Compiles the specified pattern into a regular expression matcher.

Specified by:
createRE in interface REFactory
Parameters:
pattern - the pattern to compile
options - one or more (OR-ed) flags parameterizing matching behaviour: CASE_INSENSITIVE, MULTI_LINE, SINGLE_LINE
Returns:
a regular expression matcher
Throws:
RESyntaxException - if the pattern contains syntax errors

APTCONVERT 1.1