Class RemoteConfigurationLoader
java.lang.Object
dev.voidframework.core.remoteconfiguration.RemoteConfigurationLoader
Remote configuration loader.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.typesafe.config.ConfigprocessAllProviders(com.typesafe.config.Config localConfiguration) Iterates over all declared providers.
-
Method Details
-
processAllProviders
public static com.typesafe.config.Config processAllProviders(com.typesafe.config.Config localConfiguration) Iterates over all declared providers.- Parameters:
localConfiguration- The local configuration- Returns:
- The configuration retrieved from all declared providers
-