configureIfPresent

abstract fun configureIfPresent(frontend: FrontendConfig, action: Action<IviInstanceFrontendCollectionConfigurator.FrontendConfigurator>)

Configures the given frontend in the IVI instance through the given action, if the the given frontend is present in the IVI instance configuration.

The given frontend is matched against existing frontend instances based on its FrontendConfig.frontendBuilderName, FrontendConfig.implementationModule and FrontendConfig.subPackageName property values.