Utility classes to load and save INI configuration files.
The library provides the following class:
org.dew.ini.WINI
- INIConfig manager
Map<String, Object> config = WINI.loadResource("test.ini");
Map<String, Object> config = WINI.load("file.ini");
WINI.save("file.ini", config, comments);
git clone /~https://github.com/giosil/winicfg.git
mvn clean install