|
|||||||||
| 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.OroCompiler
public class OroCompiler
| Constructor Summary | |
|---|---|
OroCompiler()
|
|
| 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 OroCompiler()
| Method Detail |
|---|
public void setMultiline(boolean multiline)
Compiler
setMultiline in class Compilermultiline - True if the pattern is multiline, otherwise falsepublic Pattern compile(java.lang.String regex)
Compiler
compile in class Compilerregex - String representation of a regular expression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||