Package com.priint.pubserver.config
Interface MergableConfig<T>
- All Known Implementing Classes:
ApplicationConfig,CometColors,DashboardsConfig,FontDataBase,MediaProcessorConfig,Translations,TranslationsUnit
public interface MergableConfig<T>
-
Method Summary
Modifier and TypeMethodDescriptionmergeWithCustom(T customConfig) Merges this configuration with a second (custom) configuration.
-
Method Details
-
mergeWithCustom
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
-