|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.plexus.evaluator.DefaultExpressionEvaluator
DefaultExpressionEvaluator
| Field Summary |
| Fields inherited from interface org.codehaus.plexus.evaluator.ExpressionEvaluator |
ROLE |
| Constructor Summary | |
DefaultExpressionEvaluator()
|
|
| Method Summary | |
void |
addExpressionSource(ExpressionSource source)
Add a source for expression resolution. |
java.lang.String |
expand(java.lang.String str)
Evaluate a string, and expand expressions as needed. |
java.util.List |
getExpressionSourceList()
Get the List of expression sources. |
boolean |
removeExpressionSource(ExpressionSource source)
Remove a specific expression source. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultExpressionEvaluator()
| Method Detail |
public void addExpressionSource(ExpressionSource source)
ExpressionEvaluator
addExpressionSource in interface ExpressionEvaluatorsource - the source to add.
public java.lang.String expand(java.lang.String str)
throws EvaluatorException
ExpressionEvaluator
expand in interface ExpressionEvaluatorstr - the expression
EvaluatorException - if a problem occurs whilst evaluatingpublic java.util.List getExpressionSourceList()
ExpressionEvaluator
getExpressionSourceList in interface ExpressionEvaluatorpublic boolean removeExpressionSource(ExpressionSource source)
ExpressionEvaluator
removeExpressionSource in interface ExpressionEvaluatorsource - the source to remove.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||