public interface IPropertyExpansionListener
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.
Modifier and Type | Method and Description |
---|---|
void |
propertiesExpanded(java.lang.String originalValue,
java.lang.String expanded)
Notifies a property expansion
|