Class MCRProperties

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

public class MCRProperties extends Properties
Like Properties but with in-place replacement of properties that want to append a value. Properties for System.getProperties() have always precedence for Properties defined here.
 key=value1
 key=%key%,value2
 
will be resolved to
 key=value1,value2
 
Since:
2013.12
Author:
Thomas Scheffler (yagee)
See Also: