Class LoggingProperties

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

public class LoggingProperties extends Properties
Extended Properties class. Same as Properties, it uses hashcodes for providing values for property names, but the difference is in storing content to a file or stream, which is sorted by keys.

Also provides some methods for more comfortable work.

Warning: using other than String objects can cause unexpected behavior.

Author:
David Matejcek
See Also: