public class RewriteCond.ResourceCondition extends RewriteCond.Condition
Modifier and Type | Field and Description |
---|---|
int |
type
0: -d (is directory ?)
1: -f (is regular file ?)
2: -s (is regular file with size ?)
|
Constructor and Description |
---|
RewriteCond.ResourceCondition() |
public int type
public boolean evaluate(java.lang.String value, Resolver resolver)
evaluate
in class RewriteCond.Condition