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 |
Provides access to the contents of settings independently of the backing store (e.g.
|
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 |
Wraps an ordinary
File as a settings source. |
StringSettingsSource |
Wraps an ordinary
CharSequence as a settings source. |
UrlSettingsSource |
Wraps an ordinary
URL as a settings source. |
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–2013 The Apache Software Foundation. All rights reserved.