Constructor and Description |
---|
EqualEvaluator() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(EvaluatorContext context)
Evaluate a boolean expression
|
java.lang.String |
getName()
Name of the evaluator
|
SourceTextRetriever |
getTextRetriever() |
java.lang.String |
getValue() |
void |
setTextRetriever(SourceTextRetriever textRetriever) |
void |
setValue(java.lang.String value) |
public boolean evaluate(EvaluatorContext context) throws EvaluatorException
Evaluator
evaluate
in interface Evaluator
context
- hold the information about the HTTP requestEvaluatorException
- if an error occurs while evaluating
the HTTP requestpublic java.lang.String getName()
Evaluator
public void setValue(java.lang.String value)
public void setTextRetriever(SourceTextRetriever textRetriever)
public java.lang.String getValue()
public SourceTextRetriever getTextRetriever()
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.