org.jacorb.notification.util
Class JDK14PatternWrapper
public class JDK14PatternWrapper
Version:
void | compile(String patternString)
|
int | match(String text) - Match the given input against this pattern.
|
String | toString()
|
JDK14PatternWrapper
public JDK14PatternWrapper()
compile
public void compile(String patternString)
- compile in interface PatternWrapper
match
public int match(String text)
Match the given input against this pattern.
- match in interface PatternWrapper
text
- the input to be matched
- the index of the last character matched, plus one or zero.
toString
public String toString()