StandardConfigDataLocationResolver
ConfigDataLocationResolver for standard locations.
Author
Madhura Bhave
Phillip Webb
Scott Frederick
Since
2.4.0
Constructors
Link copied to clipboard
Create a new StandardConfigDataLocationResolver instance.
Functions
Link copied to clipboard
open fun isResolvable(context: ConfigDataLocationResolverContext, location: ConfigDataLocation): Boolean
Returns if the specified location address can be resolved by this resolver.
Link copied to clipboard
open fun resolve(context: ConfigDataLocationResolverContext, location: ConfigDataLocation): List<StandardConfigDataResource>
Resolve a ConfigDataLocation into one or more ConfigDataResource instances.
Link copied to clipboard
open fun resolveProfileSpecific(context: ConfigDataLocationResolverContext, location: ConfigDataLocation, profiles: Profiles): List<StandardConfigDataResource>
Resolve a ConfigDataLocation into one or more ConfigDataResource instances based on available profiles.