org.codehaus.plexus.component.configurator.expression
public interface ExpressionEvaluator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE |
Modifier and Type | Method and Description |
---|---|
java.io.File |
alignToBaseDirectory(java.io.File file)
Align a given path to the base directory that can be evaluated by this expression evaluator, if known.
|
java.lang.Object |
evaluate(java.lang.String expression)
Evaluate an expression.
|
java.lang.Object evaluate(java.lang.String expression) throws ExpressionEvaluationException
expression
- the expressionExpressionEvaluationException
java.io.File alignToBaseDirectory(java.io.File file)
file
- the file