|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.conditional.PropertyEvaluator
Evaluates a system property and returns true if its value is true.
Constructor Summary | |
PropertyEvaluator(java.lang.String propertyName)
|
Method Summary | |
boolean |
evaluate(EvaluationContext context,
Node node)
Invokes EvaluationContext.isPropertySet(String) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyEvaluator(java.lang.String propertyName)
Method Detail |
public boolean evaluate(EvaluationContext context, Node node)
EvaluationContext.isPropertySet(String)
.
evaluate
in interface Evaluator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |