Constructor and Description |
---|
EqualEvaluator() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(EvaluatorContext context)
Evaluate a boolean expression
|
String |
getName()
Name of the evaluator
|
SourceTextRetriever |
getTextRetriever() |
String |
getValue() |
void |
setTextRetriever(SourceTextRetriever textRetriever) |
void |
setValue(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 void setValue(String value)
public void setTextRetriever(SourceTextRetriever textRetriever)
public String getValue()
public SourceTextRetriever getTextRetriever()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.