Package com.pnfsoftware.jeb.util.base
Interface IStringMatcher
- All Known Implementing Classes:
StarMatcher
public interface IStringMatcher
Interface to implement string matchers.
-
Method Summary
-
Method Details
-
matches
Determine whether this matcher matches the provided string buffer.- Parameters:
value
- buffer to be matched- Returns:
- true if it is a match
-