Information for build apache-commons-configuration-2.9.0-2.fc39
ID | 272887 | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Package Name | apache-commons-configuration | |||||||||
Version | 2.9.0 | |||||||||
Release | 2.fc39 | |||||||||
Epoch | ||||||||||
Summary | Read configuration data from a variety of sources | |||||||||
Description | The Commons Configuration software library provides a generic configuration interface which enables a Java application to read configuration data from a variety of sources. Commons Configuration provides typed access to single, and multi-valued configuration parameters as demonstrated by the following code: Double double = config.getDouble("number"); Integer integer = config.getInteger("number"); Configuration parameters may be loaded from the following sources: - Properties files - XML documents - Windows INI files - Property list files (plist) - JNDI - JDBC Datasource - System properties - Applet parameters - Servlet parameters Configuration objects are created using configuration builders. Different configuration sources can be mixed using a CombinedConfigurationBuilder and a CombinedConfiguration. Additional sources of configuration parameters can be created by using custom configuration objects. This customization can be achieved by extending AbstractConfiguration or AbstractHierarchicalConfiguration. %javadoc_package | |||||||||
Built by | davidlt | |||||||||
State | complete | |||||||||
Volume | DEFAULT | |||||||||
Started | Wed, 29 Nov 2023 15:57:25 UTC | |||||||||
Completed | Wed, 29 Nov 2023 15:57:25 UTC | |||||||||
Tags |
|
|||||||||
RPMs |
|
|||||||||
Changelog | * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 19 2023 Tomas Hrcka <thrcka@redhat.com> - 1.10-19 - Unretirement request: https://pagure.io/releng/issue/11550 |