org.codehaus.plexus.component.configurator.expression
public interface ExpressionEvaluator
Version: $Id: ExpressionEvaluator.java 1709 2005-04-15 05:28:27Z brett $
Method Summary | |
---|---|
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.
|
Parameters: file the file
Returns: the aligned file
Parameters: expression the expression
Returns: the value of the expression