Creates a UriResolverAggregator from a list of resolvers, or from a function that returns a list of resolvers
Optional
resolverName: stringOptional
resolverName: stringOptional
resolverName: stringPrivate
Optional
_resolverPrivate
_resolversProtected
getA utility function for generating step descriptions to facilitate resolution context updates
text describing the URI resolution step
Get a list of URI Resolvers
the URI to query for resolvers
a CoreClient instance that can be used to make an invocation
a list of IUriResolver or an error
Resolve a URI to a wrap package, a wrapper, or a URI. Attempts to resolve the URI using each of the aggregated resolvers sequentially.
the URI to resolve
a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface
the current URI resolution context
A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful
Protected
tryUsing each of the aggregated resolvers, attempt to resolve a URI
the URI to resolve
a CoreClient instance that can be used to make an invocation
a list of IUriResolver implementations
a resolution context to update when resolving URIs
a URI, a Wrap Package, or a Wrapper (or an error)
Generated using TypeDoc
An implementation of UriResolverAggregatorBase