Interface LabelMatcher

All Known Implementing Classes:
EqualityMatcher, SetMatcher

public interface LabelMatcher
The interface LabelValueMatcher is a boolean test checking whether a label value meets requirements.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns true if a label value matches.
  • Method Details

    • getKey

      String getKey()
    • test

      boolean test(String s)
      Returns true if a label value matches.
      Parameters:
      s - the label value
      Returns:
      the boolean