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)
ExpressionInterpreter
evaluate
in interface ExpressionInterpreter<String,Boolean>
expressions
- expression to evaluateCopyright © 2015 The Apache Software Foundation. All rights reserved.