org.jacorb.notification.util
public abstract class PatternWrapper extends Object
Version: $Id: PatternWrapper.java,v 1.13 2006/11/24 14:14:48 alphonse.bendt Exp $
Method Summary | |
---|---|
abstract void | compile(String pattern) |
static PatternWrapper | init(String patternString) |
abstract int | match(String text)
Match the given input against this pattern.
|
Parameters: text the input to be matched
Returns: the index of the last character matched, plus one or zero if the pattern did not match.