Class IniUtils
java.lang.Object
ActiverseUtils.IniUtils
Minimal INI parser/writer for key=value config files.
Supported:
- Comments starting with '#' or ';'
- Optional section headers like [system] (ignored by the parser)
- key=value pairs (whitespace trimmed)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Propertiesstatic booleansaveIni(String filePath, Properties props, String sectionHeader)
-
Constructor Details
-
IniUtils
public IniUtils()
-
-
Method Details
-
loadIni
-
saveIni
-