ConfigTreeConfigDataLocationResolver
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<ConfigTreeConfigDataResource>
Resolve a ConfigDataLocation into one or more ConfigDataResource instances.
Link copied to clipboard
open fun resolveProfileSpecific(context: ConfigDataLocationResolverContext, location: ConfigDataLocation, profiles: Profiles): List<R>
Resolve a ConfigDataLocation into one or more ConfigDataResource instances based on available profiles.