| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface PropertyHelper.PropertyEvaluator
Looks up a property's value based on its name.
Can be used to look up properties in a different storage
 than the project instance (like local properties for example)
 or to implement custom "protocols" like Ant's
 ${toString:refid} syntax.
| Method Summary | |
|---|---|
|  java.lang.Object | evaluate(java.lang.String property,
         PropertyHelper propertyHelper)Evaluate a property. | 
| Method Detail | 
|---|
java.lang.Object evaluate(java.lang.String property,
                          PropertyHelper propertyHelper)
property - the property's String "identifier".propertyHelper - the invoking PropertyHelper.
NullReturn to indicate a property with a name that can be
 matched but a value of null and the property's
 value otherwise.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||