public interface

IStringMatcher

com.pnfsoftware.jeb.util.base.IStringMatcher
Known Indirect Subclasses

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
Returns
  • true if it is a match