public interface SettingsBuildingResult
| Modifier and Type | Method and Description | 
|---|---|
| Settings | getEffectiveSettings()Gets the assembled settings. | 
| List<SettingsProblem> | getProblems()Gets the problems that were encountered during the settings building. | 
Settings getEffectiveSettings()
null.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.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.