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 |
---|
ResourceCondition() |
public int type
public boolean evaluate(String value, Resolver resolver)
evaluate
in class RewriteCond.Condition
Copyright © 2016 JBoss by Red Hat. All rights reserved.