Interface IdMatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String id)
      Returns true if the provided input id matches the pattern defined by this matcher instance.
    • Method Detail

      • matches

        boolean matches​(java.lang.String id)
        Returns true if the provided input id matches the pattern defined by this matcher instance.
        Parameters:
        id - the fully qualified id
        Returns:
        true on match, false otherwise