org.jacorb.notification.util
Class GNUPatternWrapper
public class GNUPatternWrapper
Version:
- Alphonse Bendt
void | compile(String patternString)
|
int | match(String text) - Match the given input against this pattern.
|
String | toString()
|
GNUPatternWrapper
public GNUPatternWrapper()
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()