Interface ExpressionEvaluator
- All Known Subinterfaces:
TypeAwareExpressionEvaluator
- All Known Implementing Classes:
DefaultExpressionEvaluator
public interface ExpressionEvaluator
Evaluate an expression.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ROLE
-
-
Method Details
-
evaluate
Evaluate an expression.- Parameters:
expression
- the expression- Returns:
- the value of the expression
- Throws:
ExpressionEvaluationException
- in case of an error.
-
alignToBaseDirectory
Align a given path to the base directory that can be evaluated by this expression evaluator, if known.- Parameters:
file
- the file- Returns:
- the aligned file
-