resolveProfileSpecific
open fun resolveProfileSpecific(context: ConfigDataLocationResolverContext, location: ConfigDataLocation, profiles: Profiles): List<R>
Resolve a ConfigDataLocation into one or more ConfigDataResource instances based on available profiles. This method is called once profiles have been deduced from the contributed values. By default this method returns an empty list.
Return
a list of resolved locations in ascending priority order.
Parameters
context
the location resolver context
location
the location that should be resolved
profiles
profile information
Throws
on a non-optional location that cannotbe found