Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TfpmPluginManager.ResolvePackagePath

Delegates package path resolution to plugins

Declaration

Source position: fpmkunit.pp line 1635

public procedure TfpmPluginManager.ResolvePackagePath(

  ABuildEngine: TBuildEngine;

  APackage: TPackage;

  SearchPath: string;

  out AContinue: Boolean

); override;

Arguments

ABuildEngine

  

Build engine performing resolution

APackage

  

Package to resolve path for

SearchPath

  

Search path for package resolution

AContinue

  

Whether to continue searching

Description

ResolvePackagePath coordinates package path resolution by delegating to registered plugins. This method manages the plugin chain and handles resolution results from multiple plugin sources.

The manager calls each plugin's resolution method until a package is found or all plugins have been exhausted, enabling flexible and extensible package discovery mechanisms.


Documentation generated on: Dec 15 2025