Class RewriteCond.PatternCondition

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.regex.Pattern pattern  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(java.lang.String value, Resolver resolver)  
      java.util.regex.Matcher getMatcher()  
      • Methods inherited from class java.lang.Object

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

      • pattern

        public java.util.regex.Pattern pattern
    • Constructor Detail

      • PatternCondition

        public PatternCondition()
    • Method Detail

      • getMatcher

        public java.util.regex.Matcher getMatcher()