See: Description
| Package | Description |
|---|---|
| net.obvj.confectory |
The main package.
|
| net.obvj.confectory.helper |
This package contains classes that support data retrieval for supported
Configuration formats. |
| net.obvj.confectory.mapper |
This package groups the
Mapper interface and its implementations, as well as
auxiliary classes. |
| net.obvj.confectory.settings |
Classes for settings that are particularly related to the Confectory project.
|
| net.obvj.confectory.source |
This package groups the
Source interface and its implementations, as well as
auxiliary classes. |
| net.obvj.confectory.util |
Utility classes in general.
|
This is the API specification for the core part of the Confectory project.
Confectory is a modular, multi-format configuration framework for Java applications.
The core part of the project defines the base API and provides basic functionality, including:
Configuration class, which is typically a combination of a Source
and a Mapper, producing configuration data that can be retrieved in a variety of formats
ConfigurationContainer class, for management of multiple configuration objects
Source implementations for loading local resources from file system and classpath
Mapper for contents in java.util.Properties format
For additional modules, refer to the Confectory project home here.
Copyright © 2022. All rights reserved.