public interface ExpressionEvaluator
Modifier and Type | Method and Description |
---|---|
File |
alignToBaseDirectory(File file)
Align a given path to the base directory that can be evaluated by this expression evaluator, if known.
|
Object |
evaluate(String expression)
Evaluate an expression.
|
static final String ROLE
Object evaluate(String expression) throws ExpressionEvaluationException
expression
- the expressionExpressionEvaluationException
Copyright © 2001–2017 Codehaus. All rights reserved.