Interface SettingsBuilder
- All Known Implementing Classes:
DefaultSettingsBuilder
Deprecated.
Builds the effective settings from a user settings file, a project settings file
and/or a global settings file.
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(SettingsBuildingRequest request) Deprecated.Builds the effective settings of the specified settings files.
-
Method Details
-
build
Deprecated.Builds the effective settings of the specified settings files.- Parameters:
request
- The settings building request that holds the parameters, must not benull
.- Returns:
- The result of the settings building, never
null
. - Throws:
SettingsBuildingException
- If the effective settings could not be built.
-
SettingsBuilder
instead