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>
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:
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames