Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.35 KB

File metadata and controls

24 lines (17 loc) · 1.35 KB

Home > @velcro/resolver > AbstractResolverStrategy

AbstractResolverStrategy class

Signature:

declare abstract class AbstractResolverStrategy implements ResolverStrategy 

Implements: ResolverStrategy

Methods

Method Modifiers Description
getCanonicalUrl(_ctx, uri)
getResolveRoot(ctx, uri)
getSettings(ctx, _uri)
listEntries(ctx, uri)
readFileContent(ctx, uri)
withOverrides(overrides) Create a new ResolverStrategy having one or more methods overridden.You might use this if you want to override specific behaviour of another strategy without wanting to re-implement the whole strategy.If you need to invoke an overridden method, the overridden strategy will be available on this.parent.