|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.notification.util.PatternWrapper
This is a Wrapper around a PatternMatcher.
Constructor Summary | |
PatternWrapper()
|
Method Summary | |
abstract void |
compile(java.lang.String pattern)
|
abstract int |
match(java.lang.String text)
Match the given input against this pattern. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PatternWrapper()
Method Detail |
public abstract void compile(java.lang.String pattern)
public abstract int match(java.lang.String text)
text
- the input to be matched
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |