Abstract
Protected
Abstract
getA utility function for generating step descriptions to facilitate resolution context updates
the URI being resolved
the result of a resolution attempt
text describing the URI resolution step
Abstract
getGet a list of URI Resolvers
the URI to query for resolvers
a CoreClient instance that can be used to make an invocation
a resolution context to update when resolving URIs
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
Abstract class for IUriResolver implementations that aggregate multiple resolvers. The UriResolverAggregatorBase class attempts to resolve a URI by sequentially attempting resolution with each of its composite resolvers.