首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 简单的java库配置

简单的java库配置

  • 资源大小:199.71 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java 简单 配置

资 源 简 介

A configuration library that aims at extreme simplicity of use and still is very powerful. Features: Section based configuration. A configuration has sections and sections hold parameters. Out of the box support for the following file formats for configuration sources: ini. properties. XML (TBD). Supports different charsets/encodings. Has a reflection wrapper that fills user objects with values from the configuration. Simple example for reading a parameter: IniConfiguration iniConfig = new IniConfiguration(new File("my.ini"));String hostName = iniConfig.getSection("network").getString("serverHostName"); Simple example for setting a parameter: IniConfiguration iniConfig = new IniConfiguration(new File("my.ini"));iniConfig.getSection("network").setInt("port", 2525);

文 件 列 表

ui-utils-0.2.jar
ui-utils-0.2.pom
light-log-1.0.jar
light-log-1.0.pom
ini4j-1.0.jar
ini4j-1.0.pom
ajul-0.2.jar
ajul-0.2.pom
confij-0.3.jar
confij-0.3.pom
djects-1.0.pom
installDependencies.bat
installDependencies.sh
README.TXT
VIP VIP
0.170281s