Interface Operator.StringComparator

All Known Implementing Classes:
Operator.DefaultStringComparator, RegExComparator
Enclosing class:
Operator

public static interface Operator.StringComparator
Interface to compare string resources like labels, button text, ... with match.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(String caption, String match)
    Imlementation must return true if strings are equal.
  • Method Details

    • equals

      boolean equals(String caption, String match)
      Imlementation must return true if strings are equal.
      Parameters:
      caption - a text to compare with pattern.
      match - a pattern
      Returns:
      true if text and pattern matches.