public interface SettingsBuildingResult
Modifier and Type | Method and Description |
---|---|
Settings |
getEffectiveSettings()
Gets the assembled settings.
|
java.util.List<SettingsProblem> |
getProblems()
Gets the problems that were encountered during the settings building.
|
Settings getEffectiveSettings()
null
.java.util.List<SettingsProblem> getProblems()
SettingsProblem.Severity.WARNING
and below are reported here. Problems with a higher severity level cause
the settings builder to fail with a SettingsBuildingException
.null
.