org.jacorb.notification.util
Class JDK14PatternWrapper
java.lang.Object
org.jacorb.notification.util.PatternWrapper
org.jacorb.notification.util.JDK14PatternWrapper
public class JDK14PatternWrapper
- extends PatternWrapper
- Author:
- Alphonse Bendt
JDK14PatternWrapper
public JDK14PatternWrapper()
compile
public void compile(String patternString)
- Specified by:
compile in class PatternWrapper
match
public int match(String text)
- Description copied from class:
PatternWrapper
- Match the given input against this pattern.
- Specified by:
match in class PatternWrapper
- 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.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 JacORB. All Rights Reserved.