//create config
Config config = new Config(/* Path of file */);
//set value
config.set(/* key */, /* value */);
//set value if not exists in config
config.add(/* key */, /* value */);
//save config
config.save();
//reload file content
config.reload();
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Spark61/Config
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published