com.canoo.webtest.ant
Interface IPropertyExpansionListener

All Known Implementing Classes:
StepExecutionListener

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.

Author:
Marc Guillemot

Method Summary
 void propertiesExpanded(String originalValue, String expanded)
          Notifies a property expansion
 

Method Detail

propertiesExpanded

void propertiesExpanded(String originalValue,
                        String expanded)
Notifies a property expansion

Parameters:
originalValue - the original value (like "${myProp}")
expanded - the expanded value (like "blabla")

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.