A Node.js library for working with .properties file stores with the goal of maintaining the original source of the file as much as possible, which can be really useful when merging .properties files and wanting to minimizing diffs.
This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii, and is a plugin to be integrated with Eclipse.
Prom is a Java API built around the standard java.util.Properties class. It provides lifecycle management to a properties file (loading, saving, resetting to default values) as well as access to properties using an Enum constant as the key and convenience methods to retrieve properties as specific
... [More] types, such as boolean, integer, Enum, etc. Prom also provides variable substitution (by default, it works in the style of Ant) to allow property references from within a properties file. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy