|
APTCONVERT 1.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.pixware.util.REFactoryImpl
public class REFactoryImpl
| 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 |
|---|
public REFactoryImpl()
| Method Detail |
|---|
public RE createRE(java.lang.String pattern,
int options)
throws RESyntaxException
REFactory
createRE in interface REFactorypattern - the pattern to compileoptions - one or more (OR-ed) flags parameterizing matching
behaviour: CASE_INSENSITIVE, MULTI_LINE, SINGLE_LINE
RESyntaxException - if the pattern contains syntax errors
|
APTCONVERT 1.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||