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