|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPropertyExpansionListener
Interface for listeners which are interested when properties are expanded.
WebTest reports contain the expanded form of properties (ie "foo" instead of "${myProp}")
but Ant doesn't offer any mean to know how properties have been expanded.
WebTest custom PropertyHelper WebtestPropertyHelper will notify build listeners
implementing IPropertyExpansionListener of property expansion.
| Method Summary | |
|---|---|
void |
propertiesExpanded(String originalValue,
String expanded)
Notifies a property expansion |
| Method Detail |
|---|
void propertiesExpanded(String originalValue,
String expanded)
originalValue - the original value (like "${myProp}")expanded - the expanded value (like "blabla")
|
Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||