com.pnfsoftware.jeb.util.base.IStringMatcher |
Known Indirect Subclasses
StarMatcher |
A string matcher accepting wildcard-expressions * (any number of chars) and ?
(any one char). |
|
Class Overview
Interface to implement string matchers.
Summary
Public Methods |
abstract
boolean
|
matches(String value)
Determine whether this matcher matches the provided string buffer.
|
Public Methods
public
abstract
boolean
matches
(String value)
Determine whether this matcher matches the provided string buffer.
Parameters
value |
buffer to be matched |