Class SignatureChecker.ExactMatchRule

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String match  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExactMatchRule​(java.lang.String match)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

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

      • match

        private final java.lang.String match
    • Constructor Detail

      • ExactMatchRule

        public ExactMatchRule​(java.lang.String match)