|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radeox.regex.JdkPattern
Constructor Summary | |
JdkPattern(java.lang.String regex,
boolean multiline)
|
Method Summary | |
boolean |
getMultiline()
Return whether the pattern is multiline or not |
protected java.util.regex.Pattern |
getPattern()
|
java.lang.String |
getRegex()
Return a string representation of the regular expression |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JdkPattern(java.lang.String regex, boolean multiline)
Method Detail |
protected java.util.regex.Pattern getPattern()
public java.lang.String getRegex()
Pattern
getRegex
in interface Pattern
public boolean getMultiline()
Pattern
getMultiline
in interface Pattern
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |