org.oddjob.arooa.standard
Class StandardPropertyHelper
java.lang.Object
org.oddjob.arooa.standard.StandardPropertyHelper
- All Implemented Interfaces:
- ExpressionParser
public class StandardPropertyHelper
- extends Object
- implements ExpressionParser
Used for replacing properties in strings.
Based on an original from Ant.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardPropertyHelper
public StandardPropertyHelper()
parse
public ParsedExpression parse(String expression)
- Description copied from interface:
ExpressionParser
- Parse the expression.
- Specified by:
parse
in interface ExpressionParser
- Parameters:
expression
- The expression.
- Returns:
- A parsed expression ready for evaluation.