Resolves package path using plugin logic
Source position: fpmkunit.pp line 1647
public procedure TfpmResolvePackagePathsPlugin.ResolvePackagePath( |
ABuildEngine: TBuildEngine; |
APackage: TPackage; |
SearchPath: string; |
out AContinue: Boolean |
); override; |
ABuildEngine |
|
Build engine performing resolution |
APackage |
|
Package to resolve path for |
SearchPath |
|
Search path for package resolution |
AContinue |
|
Whether to continue searching |
ResolvePackagePath implements the core package path resolution logic for this plugin. This method searches for package files using plugin-specific strategies and search algorithms.