Class IdMatcherImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      IdMatcherImpl​(java.lang.String pattern)  
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdMatcherImpl

        public IdMatcherImpl​(java.lang.String pattern)
    • Method Detail

      • matches

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