org.oddjob.arooa.standard
Class StandardPropertyHelper

java.lang.Object
  extended by 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.


Constructor Summary
StandardPropertyHelper()
           
 
Method Summary
 ParsedExpression parse(String expression)
          Parse the expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardPropertyHelper

public StandardPropertyHelper()
Method Detail

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.