public static class RewriteCond.ResourceCondition extends RewriteCond.Condition
| Modifier and Type | Field and Description | 
|---|---|
| int | type0: -d (is directory ?)
 1: -f (is regular file ?)
 2: -s (is regular file with size ?) | 
| Constructor and Description | 
|---|
| ResourceCondition() | 
public int type
public boolean evaluate(String value, Resolver resolver)
evaluate in class RewriteCond.ConditionCopyright © 2017 JBoss by Red Hat. All rights reserved.