Interface SettingsBuildingResult


@Deprecated(since="4.0.0") public interface SettingsBuildingResult
Deprecated.
since 4.0.0, use SettingsBuilder instead
Collects the output of the settings builder.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the assembled settings.
    Deprecated.
    Gets the problems that were encountered during the settings building.
  • Method Details

    • getEffectiveSettings

      Settings getEffectiveSettings()
      Deprecated.
      Gets the assembled settings.
      Returns:
      The assembled settings, never null.
    • getProblems

      List<SettingsProblem> getProblems()
      Deprecated.
      Gets the problems that were encountered during the settings building. Note that only problems of severity SettingsProblem.Severity.WARNING and below are reported here. Problems with a higher severity level cause the settings builder to fail with a SettingsBuildingException.
      Returns:
      The problems that were encountered during the settings building, can be empty but never null.