public interface VariableExpander
An Interface describing a class capable of expanding strings which may contain variable references. The exact syntax of the "reference", and the mechanism for determining the corresponding value to be used is up to the concrete implementation.
String expand(String param)
param
- the string containing variables to be replaced.Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.