Abstract
Protected
Abstract
_tryResolve a URI to a wrap package, a wrapper, or a URI. Updates the resolution context with the result.
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
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
Resolve a URI to a wrap package, a wrapper, or a URI. Updates the resolution context with the result.
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
This method calls the internal abstract method _tryResolveUri before updating the resolution context. Implementations are expect to place resolution logic in _tryResolveUri.
Generated using TypeDoc
An abstract IUriResolver implementation that updates the resolution context