| Class | Description |
|---|---|
| org.apache.commons.configuration.ConfigurationFactory |
Use
DefaultConfigurationBuilder instead; this class
provides the same features as ConfigurationFactory plus some more; it can
also process the same configuration definition files. |
| org.apache.commons.configuration.ConfigurationKey |
Use
DefaultConfigurationKey
instead. It is associated with a DefaultExpressionEngine and thus
can produce correct keys even if key separators have been changed. |
| org.apache.commons.configuration.HierarchicalXMLConfiguration |
This class is deprecated. Use
XMLConfiguration
instead, which supports all features this class had offered before. |
| org.apache.commons.configuration.INIConfiguration |
This class has been replaced by HierarchicalINIConfiguration,
which provides a superset of the functionality offered by this class.
|