public final class True extends DefaultConditionBuilder
Condition that always returns true.| Constructor and Description |
|---|
True() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Rewrite event,
EvaluationContext context)
Evaluate this condition against the given
Rewrite event. |
String |
toString() |
and, andNot, or, orNotpublic boolean evaluate(Rewrite event, EvaluationContext context)
ConditionRewrite event. If this condition does
not apply to the given event, it must return false. If the condition applies and is satisfied, return true.Copyright © 2014 OCPsoft. All Rights Reserved.