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 SummaryModifier and TypeMethodDescriptionbuild(SettingsBuildingRequest request) Deprecated.Builds the effective settings of the specified settings files.
- 
Method Details- 
buildDeprecated.Builds the effective settings of the specified settings files.- Parameters:
- request- The settings building request that holds the parameters, must not be- null.
- Returns:
- The result of the settings building, never null.
- Throws:
- SettingsBuildingException- If the effective settings could not be built.
 
 
- 
SettingsBuilderinstead