Interface MergableConfig<T>

All Known Implementing Classes:
ApplicationConfig, CometColors, DashboardsConfig, FontDataBase, MediaProcessorConfig, Translations, TranslationsUnit

public interface MergableConfig<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    mergeWithCustom(T customConfig)
    Merges this configuration with a second (custom) configuration.
  • Method Details

    • mergeWithCustom

      T mergeWithCustom(T customConfig)
      Merges this configuration with a second (custom) configuration. If settings are defined in the second configuration they will override the settings of the current one.
      Parameters:
      customConfig -
      Returns:
      merged configuration