Notifies all plugins before path resolution
Source position: fpmkunit.pp line 1634
public procedure TfpmPluginManager.BeforeResolvePackagePath( |
ABuildEngine: TBuildEngine; |
APackage: TPackage; |
out AContinue: Boolean |
); override; |
ABuildEngine |
|
Build engine performing resolution |
APackage |
|
Package whose path is being resolved |
AContinue |
|
Whether to continue resolution process |
BeforeResolvePackagePath notifies all registered plugins before package path resolution begins. This method allows plugins to prepare for or modify the upcoming path resolution process.
The manager iterates through all registered plugins, calling their BeforeResolvePackagePath methods to enable coordinated plugin processing during package discovery operations.