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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmergeWithCustom(T customConfig)Merges this configuration with a second (custom) configuration.
-