A class that resolves paths by replacing an alias with a specified prefix and optional postfix. This is useful for transforming paths that use shorthand aliases into fully qualified paths.
Initializes a new instance of the AliasPathResolver class.
Alias name.
Prefix name.
Optional
Postfix name.
Transforms the path.
Path to inspect.
The transformed path.
A class that resolves paths by replacing an alias with a specified prefix and optional postfix. This is useful for transforming paths that use shorthand aliases into fully qualified paths.