IviThemeRegistrySourceConfig
Defines the reference to an IviThemeRegistrySource
implementation and how to configure it.
Parameters
The name of the IviThemeRegistrySourceBuilder
class.
The name must be formatted in PascalCase
and must end with the RegistrySourceBuilder
suffix. The RegistrySourceBuilder
suffix is mandatory to make it easier for developers to find where the class is used in the code base.
The name needs to match a class with the same name that implements the com.tomtom.ivi.platform.theming.api.common.registry.IviThemeRegistrySourceBuilder
interface.
The module that contains the class that implements the com.tomtom.ivi.platform.theming.api.common.registry.IviThemeRegistrySourceBuilder
interface.
The package name of the class is obtained from this ModuleReference. If the class resides in a sub package within this module, the sub package can be provided through subPackageName. This subPackageName is appended to the package name of the module, with a period in between.
Optional sub package. If not null
, this value is appended to the ModuleReference.packageName of the implementationModule property with a period in between.
IVI service dependencies of the IviThemeRegistrySource
implementation. An IviThemeRegistrySource
implementation can require other IVI service interfaces to be registered. This allows misconfiguration to be detected at build time.
Constructors
Properties
Functions
Copies this IviThemeRegistrySourceConfig, adds the given dependencies to the copied instance, and returns it.