Interface IStringMatcher

All Known Implementing Classes:
StarMatcher

public interface IStringMatcher
Interface to implement string matchers.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(String value)
    Determine whether this matcher matches the provided string buffer.
  • Method Details

    • matches

      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