-
- All Known Implementing Classes:
MatchHandle,RegExprMatchHandle
public interface IMatchHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(String s)To check if the string is matched.Stringprocess(String s)To process the string.
-
-
-
Method Detail
-
matches
boolean matches(String s)
To check if the string is matched.- Parameters:
s- The string to be checked.- Returns:
trueif the string is matched;falseotherwise.
-
-