Create an ExtendableUriResolver
Optional
extInterfaceUris: Uri[]URI Resolver Interface URIs
Optional
resolverName: stringName to use in resolution history output
Private
Readonly
_resolverReadonly
extThe active interface URIs to which implementations should be registered
Protected
getA utility function for generating step descriptions to facilitate resolution context updates
text describing the URI resolution step
Static
defaultThe supported interface URIs to which resolver-ext implementations should be registered
Get a list of URI Resolvers
the URI to query for resolvers
a CoreClient instance that can be used to make an invocation
the current URI resolution context
a list of IUriResolver or an error
Resolve a URI to a wrap package, a wrapper, or a URI. Attempts resolution with each the URI Resolver Extension wrappers 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
A Uri Resolver that delegates resolution to wrappers implementing the URI Resolver Extension Interface.