EditableProperties.java | Class | Similar to
java.util.Properties but designed to retain additional
information needed for safe hand-editing.
Useful for various *.properties in a project:
- Can associate comments with particular entries.
- Order of entries preserved during modifications whenever possible.
- VCS-friendly: lines which are not semantically modified are not textually modified.
- Can automatically insert line breaks in new or modified values at positions
that are likely to be semantically meaningful, e.g.
|