Class SmartProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,​Object>

public class SmartProperties extends Properties
Properties implementation supporting property value substitution. I.e. creating SmartProperties from Properties p defining a property host=localhost, a property definition url = http://${host}/path will be evaluated to url = http://localhost/path.
See Also:
Serialized Form