|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.component.configurator.expression.DefaultExpressionEvaluator
public class DefaultExpressionEvaluator
Evaluate an expression.
Field Summary |
---|
Fields inherited from interface org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator |
---|
ROLE |
Constructor Summary | |
---|---|
DefaultExpressionEvaluator()
|
Method Summary | |
---|---|
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. |
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 java.lang.Object evaluate(java.lang.String expression)
evaluate
in interface ExpressionEvaluator
expression
- the expression
public java.io.File alignToBaseDirectory(java.io.File file)
ExpressionEvaluator
alignToBaseDirectory
in interface ExpressionEvaluator
file
- the file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |