|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.radeox.regex.OroPattern
public class OroPattern
| Constructor Summary | |
|---|---|
OroPattern(java.lang.String regex,
boolean multiline,
org.apache.oro.text.regex.Pattern pattern)
|
|
| Method Summary | |
|---|---|
boolean |
getMultiline()
Return whether the pattern is multiline or not |
protected org.apache.oro.text.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 OroPattern(java.lang.String regex,
boolean multiline,
org.apache.oro.text.regex.Pattern pattern)
| Method Detail |
|---|
protected org.apache.oro.text.regex.Pattern getPattern()
public java.lang.String getRegex()
Pattern
getRegex in interface Patternpublic boolean getMultiline()
Pattern
getMultiline in interface Pattern
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||