public abstract class BasePropertyExpressionInterpreter extends Object implements ExpressionInterpreter<String,Boolean>
| Constructor and Description | 
|---|
BasePropertyExpressionInterpreter()  | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
evaluate(String expressions)
Evaluates the given expression and returns the result for it. 
 | 
protected abstract String | 
getConfiguredValue(String key)  | 
public final Boolean evaluate(String expressions)
ExpressionInterpreterevaluate in interface ExpressionInterpreter<String,Boolean>expressions - expression to evaluateCopyright © 2017 The Apache Software Foundation. All rights reserved.