Skip to content

codeaholicguy/config4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config4j

A smart configuration library for Java

Using

Default config file config.ini, content of config file like:

[section_name]
config_parameter=config_value

[another_section_name]
config_parameter=config_value

Get configuration parameter:

Config config = Config.getInstance(configFolderPath, configFilename);
String parameter = config.getParameter(section, parameter);

About

A smart configuration library for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages