Interface SettingsBuilder
- All Known Implementing Classes:
- DefaultSettingsBuilder
public interface SettingsBuilder
Builds the effective settings from a user settings file, a project settings file
 and/or a global settings file.
- Author:
- Benjamin Bentmann
- 
Method SummaryModifier and TypeMethodDescriptionbuild(SettingsBuildingRequest request) Builds the effective settings of the specified settings files.
- 
Method Details- 
buildBuilds 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.
 
 
-