ID | 79169 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | apache-commons-configuration | |||||||||||||||
Version | 2.9.0 | |||||||||||||||
Release | 1.fc39 | |||||||||||||||
Epoch | Draft | False | ||||||||||||||
Source | git+https://src.fedoraproject.org/rpms/apache-commons-configuration.git#f8f63f464d9fa7c07fec5fcd35774b2c0d56061d | |||||||||||||||
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 | hezhengyu | |||||||||||||||
State | complete | |||||||||||||||
Volume | DEFAULT | |||||||||||||||
Started | Tue, 30 Jan 2024 11:04:00 CST | |||||||||||||||
Completed | Tue, 30 Jan 2024 11:16:33 CST | |||||||||||||||
Task | build (f39-build, /rpms/apache-commons-configuration.git:f8f63f464d9fa7c07fec5fcd35774b2c0d56061d) | |||||||||||||||
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/apache-commons-configuration.git#f8f63f464d9fa7c07fec5fcd35774b2c0d56061d'}} | |||||||||||||||
Tags |
|
|||||||||||||||
RPMs |
|
|||||||||||||||
Logs |
|
|||||||||||||||
Changelog | * Tue Jan 30 2024 Koji - 2.9.0-1.fc39 - local build |