configurationProviderName
Parameters
configurationProviderName
The name of the configuration provider class.
The configuration provider class name must be formatted in PascalCase
and must end with the ConfigurationProvider
suffix. The configuration provider class name needs to match a class with the same name. The ConfigurationProvider
suffix is mandatory to make it easier for developers to find where the class is used in the code base.
For the StaticConfigurationProviderConfig subclass this class needs to be a subclass of com.tomtom.ivi.platform.framework.api.configuration.api.ComposableStaticConfigurationProvider
.
For the DynamicConfigurationProviderConfig subclass this class needs to be a subclass of com.tomtom.ivi.platform.framework.api.configuration.api.ComposableDynamicConfigurationProvider
.