DefaultSettingsBuilderpublic interface SettingsBuilder
| Modifier and Type | Method | Description |
|---|---|---|
SettingsBuildingResult |
build(SettingsBuildingRequest request) |
Builds the effective settings of the specified settings files.
|
SettingsBuildingResult build(SettingsBuildingRequest request) throws SettingsBuildingException
request - The settings building request that holds the parameters, must not be null.null.SettingsBuildingException - If the effective settings could not be built.