Class RewriteCond.ResourceCondition

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int type
      0: -d (is directory ?)
    • Method Summary

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

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

      • type

        public int type
        0: -d (is directory ?) 1: -f (is regular file ?) 2: -s (is regular file with size ?)
    • Constructor Detail

      • ResourceCondition

        public ResourceCondition()