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 allow the reference to the configuration provider class to be easier to find 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.