org.jacorb.notification.util
Class PatternWrapper
java.lang.Object
org.jacorb.notification.util.PatternWrapper
public abstract class PatternWrapper
extends java.lang.Object
This is a Wrapper around a PatternMatcher.
void | compile(String pattern)
|
int | match(String text) - Match the given input against this pattern.
|
compile
public void compile(String pattern)
match
public int match(String text)
Match the given input against this pattern.
text
- the input to be matched
- the index of the last character matched, plus one or zero.