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, orNot
public boolean evaluate(Rewrite event, EvaluationContext context)
Condition
Rewrite
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.