Home > @velcro/resolver > AbstractResolverStrategy
Signature:
declare abstract class AbstractResolverStrategy implements ResolverStrategy Implements: ResolverStrategy
| 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. |