|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeAwareExpressionEvaluator
Evaluate an expression.
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator |
---|
ROLE |
Method Summary | |
---|---|
java.lang.Object |
evaluate(java.lang.String expression,
java.lang.Class<?> type)
Evaluate an expression. |
Methods inherited from interface org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator |
---|
alignToBaseDirectory, evaluate |
Method Detail |
---|
java.lang.Object evaluate(java.lang.String expression, java.lang.Class<?> type) throws ExpressionEvaluationException
expression
- the expressiontype
- The expected type of expression result, may be null
.
ExpressionEvaluationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |