You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new Configuration API will replace util.Properties
Rationale
Functionality
File format
Basically an INI file, but typed.
[section]key="value"; A string. Quotes are necessary for strings!key='value'; Another stringpower=6100 ; An integer numberfactor=1.5 ; A decimal numberswitch=off ; A boolean (on/off/true/false/yes/no)list=[1, 2, 3] ; A list
Scope of Change
A new Configuration API will replace
util.Properties
Rationale
Functionality
File format
Basically an INI file, but typed.
API
Security considerations
Speed impact
Dependencies
Related documents
https://madmurphy.github.io/libconfini/html/libconfini.html
https://github.com/graniticio/inifile
The text was updated successfully, but these errors were encountered: