resolve
open fun resolve(context: ConfigDataLocationResolverContext, location: ConfigDataLocation): List<ConfigTreeConfigDataResource>
Resolve a ConfigDataLocation into one or more ConfigDataResource instances.
Return
a list of resources in ascending priority order.
Parameters
context
the location resolver context
location
the location that should be resolved
Throws
on a non-optional location that cannotbe found
if a resolved resource cannot be found