Class SortedProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.maven.plugins.shade.resource.properties.SortedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class SortedProperties extends Properties
Internal Properties instance sorting its keys on iterations for store() usages. It ensures properties persistence is deterministic. IMPORTANT: this only overrides methods used across JVM in store() so ordering is not guaranteed for other cases.
See Also: