| Interface | Description |
|---|---|
| ConfigurationData |
Manages configuration data:
knows all available properties
keeps all comments
manages the values associated with the properties
Create instances with
ConfigurationDataBuilder. |
| Class | Description |
|---|---|
| CommentsConfiguration |
Allows to register comments (intended via
SettingsHolder.registerComments(ch.jalu.configme.configurationdata.CommentsConfiguration)). |
| ConfigurationDataBuilder |
Utility class responsible for retrieving all
Property fields
from SettingsHolder implementations via reflection. |
| ConfigurationDataImpl |
Contains information about the available properties and their associated comments.
|
| PropertyListBuilder |
Builds a list of known properties in an ordered and grouped manner.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.