A Uri Resolver that delegates resolution to wrappers implementing the URI Resolver Extension Interface.

Hierarchy

Constructors

Properties

_resolverName: string
extInterfaceUris: Uri[]

The active interface URIs to which implementations should be registered

defaultExtInterfaceUris: Uri[] = ...

The supported interface URIs to which resolver-ext implementations should be registered

Methods

  • Using each of the aggregated resolvers, attempt to resolve a URI

    Parameters

    • uri: Uri

      the URI to resolve

    • client: CoreClient

      a CoreClient instance that can be used to make an invocation

    • resolvers: IUriResolver<unknown>[]

      a list of IUriResolver implementations

    • resolutionContext: IUriResolutionContext

      a resolution context to update when resolving URIs

    Returns Promise<Result<UriPackageOrWrapper, Error>>

    a URI, a Wrap Package, or a Wrapper (or an error)

Generated using TypeDoc