Package com.debugbundle.sdk
Class DebugBundleConfigLoader
java.lang.Object
com.debugbundle.sdk.DebugBundleConfigLoader
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondeploymentLookup(DebugBundleConfigLoader.ValueLookup lookup, String deploymentKey) static StringdeploymentScopedKey(String key, String deploymentKey) static DebugBundleConfigload(DebugBundleConfigLoader.ValueLookup primaryLookup, DebugBundleConfigLoader.ValueLookup secondaryLookup, String fallbackService) propertiesFileLookup(String path)
-
Method Details
-
load
public static DebugBundleConfig load(DebugBundleConfigLoader.ValueLookup primaryLookup, DebugBundleConfigLoader.ValueLookup secondaryLookup, String fallbackService) -
propertiesFileLookup
-
deploymentLookup
public static DebugBundleConfigLoader.ValueLookup deploymentLookup(DebugBundleConfigLoader.ValueLookup lookup, String deploymentKey) -
deploymentScopedKey
-