|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radeox.regex.Compiler
org.radeox.regex.JdkCompiler
Constructor Summary | |
JdkCompiler()
|
Method Summary | |
Pattern |
compile(java.lang.String regex)
Compile a String regular expression to a regex pattern |
void |
setMultiline(boolean multiline)
Whether the compiler should create multiline patterns or single line patterns. |
Methods inherited from class org.radeox.regex.Compiler |
create |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JdkCompiler()
Method Detail |
public void setMultiline(boolean multiline)
Compiler
setMultiline
in class Compiler
multiline
- True if the pattern is multiline, otherwise falsepublic Pattern compile(java.lang.String regex)
Compiler
compile
in class Compiler
regex
- String representation of a regular expression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |