Interface Invoke.StringMatcher

All Known Implementing Classes:
Invoke.ExactStringMatcher, Invoke.RegexpStringMatcher, Invoke.SubclassMatcher
Enclosing class:
Invoke

private static interface Invoke.StringMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • match

      boolean match(String s)