Interface | Description |
---|---|
SettingsBuilder |
Builds the effective settings from a user settings file and/or a global settings file.
|
SettingsBuildingRequest |
Collects settings that control the building of effective settings.
|
SettingsBuildingResult |
Collects the output of the settings builder.
|
SettingsProblem |
Describes a problem that was encountered during settings building.
|
SettingsProblemCollector |
Collects problems that are encountered during settings building.
|
SettingsSource | Deprecated
instead use
Source |
Class | Description |
---|---|
DefaultSettingsBuilder |
Builds the effective settings from a user settings file and/or a global settings file.
|
DefaultSettingsBuilderFactory |
A factory to create settings builder instances when no dependency injection is available.
|
DefaultSettingsBuildingRequest |
Collects settings that control building of effective settings.
|
DefaultSettingsProblem |
Describes a problem that was encountered during settings building.
|
FileSettingsSource | Deprecated
instead use
FileSource |
StringSettingsSource | Deprecated
instead use
StringSource |
UrlSettingsSource | Deprecated
instead use
UrlSource |
Enum | Description |
---|---|
SettingsProblem.Severity |
The different severity levels for a problem, in decreasing order.
|
Exception | Description |
---|---|
SettingsBuildingException |
Signals one ore more errors during settings building.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.