pkg://jakarta-commons-configuration-1.0.d3-1jpp.src.rpm:139534/HEADER
downloads
Name : jakarta-commons-configuration Relocations: (not relocateable)
Version : 1.0.d3 Vendor: JPackage Project
Release : 1jpp Build Date: Sun Jan 18 21:07:07 2004
Install date: (not installed) Build Host: sirius.localdomain
Group : Development/Libraries/Java Source RPM: (none)
Size : 138598 License: Apache Software License
Packager : Ralph Apel <r.apel@r-apel.de>
URL : http://jakarta.apache.org/commons/sandbox/configuration/
Summary : Commons Configuration Package
Description :
Configuration is a project to provide a generic Configuration interface
and allow the source of the values to vary. It provides easy typed
access to single, as well as lists of configuration values based on
a 'key'.
Right now you can load properties from a simple properties file, a
properties file in a jar, an XML file, JNDI settings, as well as use
a mix different sources using a ConfigurationFactory and
CompositeConfiguration.
Custom configuration objects are very easy to create now by just
subclassing AbstractConfiguration. This works similar to how
AbstractList works.