ConfigurationProviderCollectionConfigurator
Interface to configure the configuration providers of type C of the IVI application.
The order of the configuration providers defines the order in which the providers are scanned at runtime when a configuration value is obtained.
Types
Functions
Adds all the given configurationProviders to the beginning of the list.
Adds all the given configurationProviders to the end of the list.
Adds the given configurationProvider to the beginning of the list.
Adds the given configurationProvider to the end of the list.
Adds the configuration providers added through action after configurationProvider.
Adds the configuration providers added through action before configurationProvider.
Removes the given configurationProvider.
Replaces all configured configuration providers with the configurationProviders.