[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Plugin for resolving package file paths
Source position: fpmkunit.pp line 1641
type TfpmResolvePackagePathsPlugin = class(TfpmPlugin) |
||
public |
||
procedure BeforeResolvePackagePath(); override; |
|
Called before path resolution by plugin |
procedure ResolvePackagePath(); override; |
|
Resolves package path using plugin logic |
end; |
|
Plugin for resolving package file paths |
|
| | | ||
|
Base class for FPMake plugins |
|
| | | ||
TfpmResolvePackagePathsPlugin implements a specialized plugin for package file path resolution. This plugin provides specific logic for locating package files and directories within the file system.