[ 源代码: aeonbits-owner ]
软件包:libaeonbits-owner-java(1.0.12+ds-3)
libaeonbits-owner-java 的相关链接
Debian 的资源:
下载源码包 aeonbits-owner:
- [aeonbits-owner_1.0.12+ds-3.dsc]
- [aeonbits-owner_1.0.12+ds.orig.tar.xz]
- [aeonbits-owner_1.0.12+ds-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [owner.aeonbits.org]
相似软件包:
API to handle application configuration through Java properties file
OWNER was written because the code dealing with the configuration is frequently repetitive, redundant, it’s made of static classes, singletons, long list of methods just doing conversion from a string property to a named method returning a Java primitive or a basic Java object.
OWNER solves the problem providing an interface object that
- is easy to mock, easy to pass to other objects (via dependency injection); - declaratively maps the configuration without any redundancy; - can easily expand the loading logic in order to have multiple configuration files, multiple level of overriding (global configuration, user-level, defaults, etc); - doesn’t need to have an actual properties file backing the configuration, if one uses @DefaultValue. - provides a lot of features, like hot reloading, variables expansion, etc; - leaves one free to do everything one is already doing with java.util.Properties; - does support a super powerful type conversion, which includes arrays, collections, many standard Java objects, and even the possibility to plug one's own conversion logic.
其他与 libaeonbits-owner-java 有关的软件包
|
|
|
|
-
- sug: libcurator-framework-java (>= 5.4.0)
- Apache Curator Framework