Notifies all plugins after path resolution
Source position: fpmkunit.pp line 1636
public procedure TfpmPluginManager.AfterResolvePackagePath( |
ABuildEngine: TBuildEngine; |
APackage: TPackage; |
out AContinue: Boolean |
); override; |
ABuildEngine |
|
Build engine that performed resolution |
APackage |
|
Package whose path was resolved |
AContinue |
|
Whether to continue processing |
AfterResolvePackagePath notifies all registered plugins after package path resolution completes. This method enables plugins to perform post-resolution processing or cleanup operations.
The manager provides resolution results to all plugins, allowing them to cache information, validate results, or trigger additional processing based on the resolved package paths.