These packages support the configuration mechanisms used by bedework.
Introduction
This project contains a number of modules used for configuration in bedework.
The util-options package is not used now but remains here for the time being.
1. Util-config
Provides classes and interfaces to save and load XML formatted configuration options from files.
It was intended to expand this package to load and save data via WebDAV. This may yet happen.
1.1. Using this project
Add the artifact(s) as a dependency to your project:
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-config</artifactId>
</dependency>
2. Util-jmx
Provides jmx access to the configuration data supported by util-config.
2.1. Using this project
Add the artifact(s) as a dependency to your project:
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-util-jmx</artifactId>
</dependency>