Class SignatureChecker.PrefixMatchRule

    • Field Summary

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

      Constructors 
      Constructor Description
      PrefixMatchRule​(java.lang.String prefix)  
    • 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

      • prefix

        private final java.lang.String prefix
    • Constructor Detail

      • PrefixMatchRule

        public PrefixMatchRule​(java.lang.String prefix)