ConfigLib148
This is a simple configuration file library that I created for my own needs. I want to warn right away that I don't recommend using it in your own projects - there are more reliable alternatives.
For creating configuration interfaces, I recommend checking out YetAnotherConfigLib, which handles this task excellently. Usage examples of my library can be found in the src/test folder.
Supported data types include:
- Boolean values
- Integer numbers (Integer, Long)
- Floating-point numbers (Float, Double)
- Text strings (String)
- Enumerations (Enum)