Called after resolving package path
Source position: fpmkunit.pp line 1621
public procedure TfpmPlugin.AfterResolvePackagePath( |
ABuildEngine: TBuildEngine; |
APackage: TPackage; |
out AContinue: Boolean |
); virtual; |
ABuildEngine |
|
Build engine that performed resolution |
APackage |
|
Package whose path was resolved |
AContinue |
|
Whether to continue processing |
AfterResolvePackagePath is called by the build engine after package path resolution completes. This method enables plugins to perform post-resolution processing or cleanup operations.