You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Config` class provides a standard mechanism java applications can use to access configuration data via the [Apache Commons Configuration](https://commons.apache.org/proper/commons-configuration/index.html) interface.
13
13
14
14
# How Config Works
15
15
The `Config` class is the central access point to the configuration mechanism, and is used to read or modify the
16
16
current configuration.
17
17
18
-
The library is configured using the `Apache Configuration API`. This allows developers to programmatically integrate
19
-
the configuration with whatever mechanism is used to configure their applications.
18
+
The library is configured using the [Apache Commons Configuration](https://commons.apache.org/proper/commons-configuration/index.html) interface. This allows developers to programmatically integrate the configuration with whatever mechanism is used to configure their applications.
0 commit comments