Class CmsMessageBundleEditorModel.SortedProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.opencms.ui.editors.messagebundle.CmsMessageBundleEditorModel.SortedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
CmsMessageBundleEditorModel

Extension of Properties to allow saving with keys alphabetically ordered and without time stamp as first comment. NOTE: Can't handle comments. They are just discarded. NOTE: Most of the class is just a plain copy of the private methods of Properties, so be aware that adjustments may be necessary if the Properties implementation changes. NOTE: The solution was taken to guarantee correct escaping when storing properties.
See Also: